Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/sapi/phpdbg/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/sapi/phpdbg/tests/finish_leave_001.phpt |
--TEST-- test finish and leave commands --PHPDBG-- b bar b 5 r finish leave leave q --EXPECTF-- [Successful compilation of %s] prompt> [Breakpoint #0 added at bar] prompt> [Breakpoint #1 added at %s:5] prompt> [Breakpoint #0 in bar() at %s:9, hits: 1] >00009: return "world"; 00010: } 00011: prompt> [Breakpoint #1 at %s:5, hits: 1] >00005: return ["hello", $other]; 00006: } 00007: prompt> [Breaking for leave at %s:5] >00005: return ["hello", $other]; 00006: } 00007: prompt> [Already at the end of the function] prompt> --FILE-- <?php function foo() { $other = bar(); return ["hello", $other]; } function bar() { return "world"; } foo();
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare