Home
last modified time | relevance | path

Searched refs:newInstanceWithoutConstructor (Results 1 – 25 of 34) sorted by relevance

12

/php-src/ext/reflection/tests/
H A DReflectionClass_newInstanceWithoutConstructor.phpt2 ReflectionClass::newInstanceWithoutConstructor()
16 var_dump($class->newInstanceWithoutConstructor());
19 var_dump($class->newInstanceWithoutConstructor());
22 var_dump($class->newInstanceWithoutConstructor());
26 var_dump($class->newInstanceWithoutConstructor());
35 var_dump($class->newInstanceWithoutConstructor());
H A Dbug64007.phpt7 $generator = $reflection->newInstanceWithoutConstructor();
/php-src/ext/date/tests/
H A Dbug-gh8471.phpt7 $mutable = $reflection->newInstanceWithoutConstructor();
17 $mutable = $reflection->newInstanceWithoutConstructor();
27 $immutable = $reflection->newInstanceWithoutConstructor();
37 $immutable = $reflection->newInstanceWithoutConstructor();
H A Dbug-gh11416.phpt10 $date = (new ReflectionClass(DateTime::class))->newInstanceWithoutConstructor();
17 $date = (new ReflectionClass(DateTime::class))->newInstanceWithoutConstructor();
24 $date = (new ReflectionClass(DateTime::class))->newInstanceWithoutConstructor();
25 $dateperiod = (new ReflectionClass(DatePeriod::class))->newInstanceWithoutConstructor();
26 $dateinterval = (new ReflectionClass(DateInterval::class))->newInstanceWithoutConstructor();
H A Ddate_period_is_property.phpt11 $di = $rc->newInstanceWithoutConstructor();
/php-src/Zend/tests/lazy_objects/
H A Dgc_001.phpt19 $obj = (new ReflectionClass(C::class))->newInstanceWithoutConstructor();
33 $obj = (new ReflectionClass(C::class))->newInstanceWithoutConstructor();
H A Dgc_002.phpt21 $obj = (new ReflectionClass(C::class))->newInstanceWithoutConstructor();
37 $obj = (new ReflectionClass(C::class))->newInstanceWithoutConstructor();
H A Dgc_003.phpt21 $obj = (new ReflectionClass(C::class))->newInstanceWithoutConstructor();
37 $obj = (new ReflectionClass(C::class))->newInstanceWithoutConstructor();
H A Dgc_004.phpt21 $obj = (new ReflectionClass(C::class))->newInstanceWithoutConstructor();
39 $obj = (new ReflectionClass(C::class))->newInstanceWithoutConstructor();
H A Dgc_005.phpt23 $obj = $reflector->newInstanceWithoutConstructor();
43 $obj = $reflector->newInstanceWithoutConstructor();
/php-src/Zend/tests/
H A Dnew_oom.inc12 $objects[] = $rc->newInstanceWithoutConstructor();
/php-src/Zend/tests/enum/
H A Dno-new-through-reflection.phpt9 (new \ReflectionClass(Foo::class))->newInstanceWithoutConstructor();
/php-src/ext/spl/tests/
H A DRecursiveIteratorIterator_not_initialized.phpt7 $it = $rc->newInstanceWithoutConstructor();
/php-src/ext/xsl/tests/
H A Dnew_without_constructor.phpt9 $processor = $rc->newInstanceWithoutConstructor();
/php-src/Zend/tests/property_hooks/
H A Dgh15438_2.phpt12 $c = new ReflectionClass(C::class)->newInstanceWithoutConstructor();
/php-src/ext/intl/tests/
H A Dtransliterator_child.phpt13 $tr = (new \ReflectionClass(ChildTransliterator::class))->newInstanceWithoutConstructor();
/php-src/ext/simplexml/tests/
H A Dget_prop_address_not_initialized.phpt9 $sxe = $rc->newInstanceWithoutConstructor();
/php-src/Zend/tests/weakrefs/
H A Dnotify.phpt12 $instance = $reflector->newInstanceWithoutConstructor();
/php-src/ext/dom/tests/modern/html/interactions/
H A Dwithout_constructor.phpt11 $rc->newInstanceWithoutConstructor();
/php-src/ext/dom/tests/delayed_freeing/
H A Dwithout_contructor.phpt8 $node = $rc->newInstanceWithoutConstructor();
/php-src/ext/sqlite3/tests/
H A Dsqlite3_trampoline_setauthorizer_no_leak.phpt26 $obj = $rc->newInstanceWithoutConstructor();
H A Dsqlite3_trampoline_createcollation_no_leak.phpt34 $obj = $rc->newInstanceWithoutConstructor();
H A Dsqlite3_trampoline_createfunction_no_leak.phpt35 $obj = $rc->newInstanceWithoutConstructor();
/php-src/Zend/tests/constexpr/
H A Dnew_not_allowed_property.phpt10 // based on newInstanceWithoutConstructor(). Handling this via the constructor is more
/php-src/Zend/tests/asymmetric_visibility/
H A Dreadonly.phpt34 $p = new ReflectionClass(P::class)->newInstanceWithoutConstructor();

Completed in 16 milliseconds

12