TechnologyProfessionTest
Sort by
Newest
Most popular
Last review
Filter by
Published
144
To review
0
TechnologyProfessionTest
Sort by
Newest
Most popular
Last review
Filter by
Published
144
To review
0
144 questions
Easy
21 votes1335 runs1 comment
Medium
4 votes2038 runs0 comment
What is the value of the `PHP_FLOAT_MIN` variable?
Théoat Mar 28, 2022
Medium
4 votes1631 runs0 comment
Medium
4 votes1010 runs2 comments
Is this function signature valid? ```php <?php interface Demo { public function bar(): ?mixed; } ```
Anonymous authorat Jan 4, 2022
Medium
3 votes1495 runs0 comment
Medium
3 votes1285 runs0 comment
What is the `asort()` function for in PHP ?
Nick LAM YEE MANat Mar 28, 2023
Medium
3 votes1104 runs0 comment
Display the first element of an array in PHP
Julien Breuxat Dec 2, 2021
Medium
3 votes1013 runs2 comments
Use the match expression in PHP to print a string.
Anonymous authorat Jan 4, 2022
Easy
3 votes943 runs0 comment
Medium
3 votes929 runs2 comments
PHP function with named and positional arguments.
Anonymous authorat Aug 26, 2024
Easy
3 votes918 runs0 comment
Attributes are metadata that can be added to classes, properties, constants or methods.
Anonymous authorat Jan 4, 2022
Easy
3 votes897 runs0 comment
Write a PHP script that displays the sum of two numbers.
Anonymous authorat Jan 4, 2022
Medium
3 votes143 runs0 comment