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/ext/reflection/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/reflection/tests/ReflectionGenerator_getTrace.phpt |
--TEST-- ReflectionGenerator::getTrace() over multiple Generators --FILE-- <?php function foo() { yield 1; yield 2; } function bar() { yield from foo(); } function baz() { yield from bar(); } $gen = baz(); $gen->valid(); var_dump((new ReflectionGenerator($gen))->getTrace()); ?> --EXPECTF-- array(2) { [0]=> array(4) { ["file"]=> string(%d) "%s" ["line"]=> int(%d) ["function"]=> string(3) "foo" ["args"]=> array(0) { } } [1]=> array(4) { ["file"]=> string(%d) "%s" ["line"]=> int(%d) ["function"]=> string(3) "bar" ["args"]=> array(0) { } } }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare