#phpquiz wyniki wyszukiwania
Ca fait longtemps que je n'ai pas posté de #phpquiz, mais il faut dire que je me réserve pour le #forumPHP @afup ! J'animerai sur le stand CCMBenchmark une PhpQuizRoom avec une app que je suis en train de réaliser et qui devrait être fun 🥰 (Venez avec vos téléphones)
Is this #PHP code will raise a fatal error ? <?php readonly class Foo { public function __construct( public int $value ) {} } $object = new Foo(17); $object->__construct(72);
And it's Quiz Time🧏♀️ Which of the following is not a way to define a route in Laravel? a) Using a Named Route b) Using a View c) Using a Closure d) Using a Controller Method Comment Your Answer. #quiz #quiztime #phpquiz #laravel #arabinfotec
Drop your answer in the comments and let's see who gets it right! 💡 #PHPQuiz #QuizTime #digitalmarketing #testyourknowledge #channelsoftech #channelsoftechpvtltd #hypertext #fullformof
🚀 Test your PHP knowledge and sharpen your coding skills with our PHP quiz! Are you up for the challenge? 💡👨💻 #PHPquiz #phpdeveloper #phpdevelopment #phpskills #developer #coding #codechallenge #PHPmastery #quiz #skillstest #dakshylearning
quizranker.org/free-php-exam-… Attempt PHP Quiz and get certificate instantly. #FreePHPQuiz #PHPQuiz #PHPExam #PHPCertificate
What #PHP display? #phpquiz <?php function foo(?array &$array) { $array = 42; } $array = []; foo($array['x']); echo $array['x'];
Will this #PHP code generate an error? #phpquiz <?php function foo(): void { return; return null; } foo();
A very large majority think that it doesn’t cause an error and yet, it does. #PHP raises a fatal error during the compilation phase when the return type is “void” but the function contains return statements with values. #phpquiz
What will #PHP display? #phpquiz <?php $a = [1 => 1, 3 => 2]; array_shift($a); echo array_key_first($a);
What will #PHP display? #phpquiz (from @gplanchat) <?php enum Options: string { const Foo = 'foo'; const Bar = 'bar'; const Baz = 'baz'; } function test(Options $option): void { echo $topion->value; } test(Options::Foo);
What #PHP 8.3 display? #phpquiz <?php declare(strict_types=1); $a = ['1' => '42', '1e0' => '17']; array_walk($a, function (int $i) { echo $i; });
What #PHP display? #phpquiz <?php interface I { public function x(string $s = null); } class A implements I { public function x(?string $s = 'foo'): void { } } (new A)->x();
What #PHP display? #phpquiz <?php $a = [1]; foreach ($a as $value) { if ($value < 3) $a[] = $value + 1; echo $value; }
Which of these are valid comments in PHP? A. // Hello B. # Hello C. /* Hello */ D. All of the above #PHPQuiz #WebDev #CodeChallenge
What #PHP display? #phpquiz <?php class Foo { public function __construct() { return $this; } } new Foo;
Is this #PHP code will raise a fatal error ? <?php readonly class Foo { public function __construct( public int $value ) {} } $object = new Foo(17); $object->__construct(72);
A very large majority think that it doesn’t cause an error and yet, it does. #PHP raises a fatal error during the compilation phase when the return type is “void” but the function contains return statements with values. #phpquiz
Will this #PHP code generate an error? #phpquiz <?php function foo(): void { return; return null; } foo();
Ca fait longtemps que je n'ai pas posté de #phpquiz, mais il faut dire que je me réserve pour le #forumPHP @afup ! J'animerai sur le stand CCMBenchmark une PhpQuizRoom avec une app que je suis en train de réaliser et qui devrait être fun 🥰 (Venez avec vos téléphones)
Which of these are valid comments in PHP? A. // Hello B. # Hello C. /* Hello */ D. All of the above #PHPQuiz #WebDev #CodeChallenge
What #PHP 8.3 display? #phpquiz <?php declare(strict_types=1); $a = ['1' => '42', '1e0' => '17']; array_walk($a, function (int $i) { echo $i; });
What #PHP display? #phpquiz <?php class Foo { public function __construct() { return $this; } } new Foo;
What #PHP display? #phpquiz <?php interface I { public function x(string $s = null); } class A implements I { public function x(?string $s = 'foo'): void { } } (new A)->x();
The right answer is "42" (The Ultimate Question of Life, the Universe and Everything). Using an undefined variable or undefined array index when passing by reference never raises any errors, warnings, or notices, and this has always been the case in #PHP. #phpquiz
What #PHP display? #phpquiz <?php $a = [1]; foreach ($a as $value) { if ($value < 3) $a[] = $value + 1; echo $value; }
The right answer is "Hello". Yes, you can name a function the same as a class, although it's not always a good idea. #PHP #phpquiz
What #PHP display? #phpquiz <?php function foo(?array &$array) { $array = 42; } $array = []; foo($array['x']); echo $array['x'];
What will #PHP display? #phpquiz <?php $a = [1 => 1, 3 => 2]; array_shift($a); echo array_key_first($a);
Yes, you can make a new instance from an object, but there is no string autocast. The right answer is "Foo": 3v4l.org/RMg7f #phpquiz #php
[Fix/Repost] What will #PHP display? #phpquiz (Thanks @AdrienRoches ) <?php class Foo implements Stringable { public function __toString(): string { return 'Bar';} } class Bar {} $o = new Foo; echo (new ($o))::class;
[Fix/Repost] What will #PHP display? #phpquiz (Thanks @AdrienRoches ) <?php class Foo implements Stringable { public function __toString(): string { return 'Bar';} } class Bar {} $o = new Foo; echo (new ($o))::class;
What is "$result" equal to? Can you get it right without testing it?!?! #php #developer #phpquiz #webdeveloper #webdev #webdevelopement
Who is known as the father of PHP? A. Drek Kolkevi B. List Barely C. Rasmus Lerdrof D. None of the above #quiz #poll #phpquiz #phppoll #softwarequiz #frameworkquiz #programmingquiz #devquiz #amigowaysquiz #amigowaypoll #amigowaysteam #amigoways
#PHP 8 quiz: What will be displayed ? 🤔 Only true PHP developers can answer #ClickBait Poll in thread ⏬ #phpquiz
Something went wrong.
Something went wrong.
United States Trends
- 1. Louisville 71.3K posts
- 2. Jets 132K posts
- 3. MD-11 16.2K posts
- 4. Honolulu 7,267 posts
- 5. Virginia 227K posts
- 6. #OlandriaxGlamourWOTY 1,949 posts
- 7. Azzi 6,458 posts
- 8. #AreYouSure2 37.9K posts
- 9. Madrid 433K posts
- 10. UPS Flight 2976 13.3K posts
- 11. Jared Isaacman 6,391 posts
- 12. Colts 64.4K posts
- 13. Courtois 69.4K posts
- 14. Sauce 88.7K posts
- 15. Cheney 286K posts
- 16. Liverpool 302K posts
- 17. #いい推しの日 826K posts
- 18. #JiminxJungKook 36.3K posts
- 19. #MACtion 2,414 posts
- 20. UConn 5,287 posts