Home
last modified time | relevance | path

Searched refs:newLazyGhost (Results 1 – 25 of 157) sorted by relevance

1234567

/php-src/Zend/tests/lazy_objects/
H A Ddtor_not_called_if_not_init.phpt17 print "In newLazyGhost\n";
18 $obj = $reflector->newLazyGhost(function () {
21 print "After newLazyGhost\n";
32 print "After newLazyGhost\n";
39 In newLazyGhost
40 After newLazyGhost
43 After newLazyGhost
H A Dinit_trigger_compare.phpt21 $a = $reflector->newLazyGhost(function ($obj) {
31 $a = $reflector->newLazyGhost(function ($obj) {
41 $a = $reflector->newLazyGhost(function ($obj) {
H A Dinvalid_options.phpt13 $obj = $reflector->newLazyGhost(function ($obj) { }, -1);
26 $obj = $reflector->newLazyGhost(function ($obj) { }, ReflectionClass::SKIP_DESTRUCTOR);
47 ReflectionException: ReflectionClass::newLazyGhost(): Argument #2 ($options) contains invalid flags
49 ReflectionException: ReflectionClass::newLazyGhost(): Argument #2 ($options) does not accept Reflec…
H A Dinit_exception_reverts_initializer_changes_nested.phpt20 $c = $cReflector->newLazyGhost(function ($c) {
24 $b = $bReflector->newLazyGhost(function () {
28 $a = $aReflector->newLazyGhost(function ($a) use ($b, $c) {
H A Dinit_trigger_foreach.phpt20 $obj = $reflector->newLazyGhost(function ($obj) {
31 $obj = $reflector->newLazyGhost(function ($obj) {
65 $obj = $reflector->newLazyGhost(function ($obj) use (&$fail) {
90 $obj = $reflector->newLazyGhost(function ($obj) use (&$fail) {
H A Dgh15999_001.phpt17 $o = $r->newLazyGhost(function ($obj) {
46 $o = $r->newLazyGhost(function ($obj) {
61 $o = $r->newLazyGhost(function ($obj) {
H A Dinit_trigger_json_encode_hooks.phpt28 $obj = $reflector->newLazyGhost(function ($obj) {
46 $obj = $reflector->newLazyGhost(function ($obj) {
H A Drealize_no_props.phpt35 $obj3 = (new ReflectionClass(C::class))->newLazyGhost(function () {
52 $obj3 = (new ReflectionClass(C::class))->newLazyGhost(function () {
H A Doss_fuzz_71407.phpt13 $obj = $reflector->newLazyGhost(function() {});
H A Doss_fuzz_71382.phpt15 $obj = $reflector->newLazyGhost(function() {
H A Dunclean_shutdown.phpt12 $obj = $reflector->newLazyGhost(function ($obj) {
H A Dinit_trigger_foreach_hooks.phpt37 $obj = $reflector->newLazyGhost(function ($obj) {
51 $obj = $reflector->newLazyGhost(function ($obj) {
80 $obj = $reflector->newLazyGhost(function ($obj) {
H A Dsupport_stdClass.phpt10 $obj = $reflector->newLazyGhost(function ($obj) {
H A Dsupport_stdClass_sub_classes.phpt13 $obj = $reflector->newLazyGhost(function ($obj) {
H A Dgc_006.phpt21 $foo = $reflector->newLazyGhost(new Initializer());
H A Dinit_exception_001.phpt15 $obj = $reflector->newLazyGhost(function ($obj) use ($i) {
H A Dinit_trigger_json_encode.phpt18 $obj = $reflector->newLazyGhost(function ($obj) {
H A Dinit_fatal.phpt16 $obj = $reflector->newLazyGhost(function ($obj) {
H A Dinit_trigger_var_export.phpt18 $obj = $reflector->newLazyGhost(function ($obj) {
H A Dinit_trigger_serialize.phpt18 $obj = $reflector->newLazyGhost(function ($obj) {
/php-src/Zend/tests/lazy_objects/rfc/
H A Drfc_example_006.phpt16 $object2 = $reflector->newLazyGhost(function ($object2) {
22 $object1 = $reflector->newLazyGhost(function ($object1) use ($object2) {
H A Drfc_example_008.phpt12 $object = $reflector->newLazyGhost(function () {
H A Drfc_example_010.phpt12 $obj = $reflector->newLazyGhost(function () {});
H A Drfc_example_001.phpt24 $object = $reflector->newLazyGhost($initializer);
/php-src/Zend/tests/
H A Dgh16615_001.phpt15 $foo = $reflector->newLazyGhost(function ($ghost) {

Completed in 15 milliseconds

1234567