TechnologyProfessionTest
Sort by
Newest
Most popular
Last review
Filter by
Published
3806
To review
8
TechnologyProfessionTest
Sort by
Newest
Most popular
Last review
Filter by
Published
3806
To review
8
40 questions
Medium
5 votes1124 runs2 comments
PHP function with named and positional arguments.
Anonymous authorat Aug 26, 2024
Medium
4 votes1226 runs2 comments
Use the match expression in PHP to print a string.
Anonymous authorat Jan 4, 2022
Medium
4 votes1211 runs2 comments
Is this function signature valid? ```php <?php interface Demo { public function bar(): ?mixed; } ```
Anonymous authorat Jan 4, 2022
Easy
4 votes1129 runs0 comment
Easy
4 votes1113 runs0 comment
Attributes are metadata that can be added to classes, properties, constants or methods.
Anonymous authorat Jan 4, 2022
Easy
3 votes1073 runs0 comment
Write a PHP script that displays the sum of two numbers.
Anonymous authorat Jan 4, 2022
Medium
3 votes207 runs0 comment
Easy
2 votes1208 runs0 comment
Create a class Foo with a public property amount and a constructor that takes a Currency object and an integer.
Anonymous authorat Jan 4, 2022
Easy
2 votes1083 runs0 comment
Is this class valid? ```php <?php abstract class Test{ abstract public function __construct(private $x); } ```
Anonymous authorat Jan 4, 2022
Easy
2 votes1068 runs0 comment
What are the new string processing functions introduced in PHP8?
Anonymous authorat Jan 4, 2022
Medium
2 votes151 runs1 comment
Easy
1 vote1073 runs0 comment
Implement the abstract method of the Trait in the class.
Anonymous authorat Jan 4, 2022
Medium
1 vote1002 runs1 comment
Display the name of the user associated with an article in PHP
Anonymous authorat Jan 4, 2022