TechnologyProfession
Sort by
Newest
Most popular
Last review
Filter by
Published
135
To review
0
TechnologyProfession
Sort by
Newest
Most popular
Last review
Filter by
Published
135
To review
0
135 questions
Easy
4 votes524 runs0 comment
Medium
2 votes979 runs0 comment
Display the first element of an array in PHP
Julien Breuxat Dec 2, 2021
Medium
2 votes736 runs1 comment
Use the match expression in PHP to print a string.
Anonymous authorat Jan 4, 2022
Hard
2 votes653 runs1 comment
PHP function with named and positional arguments.
Anonymous authorat Jan 4, 2022
Medium
2 votes43 runs0 comment
Medium
1 vote1051 runs0 comment
Medium
1 vote964 runs0 comment
Why is the Singleton design pattern considered an anti-pattern?
Julien Breuxat Dec 1, 2021
Hard
1 vote955 runs1 comment
Which of the following are PHP framework names?
Julien Breuxat Dec 1, 2021
Medium
1 vote949 runs1 comment
Write a function that checks if a string contains a substring.
Julien Breuxat Dec 16, 2021
Medium
1 vote734 runs1 comment
Is this function signature valid? ```php <?php interface Demo { public function bar(): ?mixed; } ```
Anonymous authorat Jan 4, 2022
Medium
1 vote674 runs0 comment