Home
last modified time | relevance | path

Searched refs:newInstance (Results 1 – 18 of 18) sorted by relevance

/PHP-7.1/ext/reflection/tests/
H A D007.phpt2 ReflectionClass::newInstance[Args]
19 echo "====>newInstance()\n";
99 ====>newInstance()
102 ====>newInstance(25)
104 ====>newInstance(25, 42)
108 ====>newInstance()
114 ====>newInstance(25)
122 ====>newInstance(25, 42)
134 ====>newInstance()
136 ====>newInstance(25)
[all …]
H A DReflectionClass_newInstance_001.phpt2 ReflectionClass::newInstance()
41 $a1 = $rcA->newInstance();
42 $a2 = $rcA->newInstance('x');
46 var_dump($rcB->newInstance());
51 var_dump($rcB->newInstance('x', 123));
57 $rcC->newInstance();
64 $rcD->newInstance();
70 $e1 = $rcE->newInstance();
74 $e2 = $rcE->newInstance('x');
H A Dbug64007.phpt13 $generator = $reflection->newInstance();
21 #0 %s(%d): ReflectionClass->newInstance()
H A Dbug42976.phpt2 Bug #42976 (Crash when constructor for newInstance() or newInstanceArgs() fails)
18 $rc->newInstance($x); // causes crash
H A Dbug43926.phpt22 $ca = $ra->newInstance();
23 $cc = $rc->newInstance();
24 $cd = $rd->newInstance();
25 $ce = $re->newInstance();
H A Dbug70982.phpt19 $foo = $rf->newInstance();
H A Dbug52854.phpt10 var_dump($c->newInstance());
H A D001.phpt49 'UMLClass::newInstance',
H A DReflectionClass_toString_001.phpt265 Method [ <internal:Reflection> public method newInstance ] {
/PHP-7.1/ext/pdo/tests/
H A Dpdo_036.phpt9 $x = $instance->newInstance();
13 $x = $instance->newInstance();
25 #0 %spdo_036.php(8): ReflectionClass->newInstance()
/PHP-7.1/Zend/tests/traits/
H A Dbug60173.phpt9 $rc->newInstance();
13 #0 %s(%d): ReflectionClass->newInstance()
/PHP-7.1/ext/spl/tests/
H A Ddit_002.phpt18 $obj = $ref->newInstance('glob://*');
/PHP-7.1/ext/spl/internal/
H A Drecursiveregexiterator.inc55 return $this->ref->newInstance($this->getInnerIterator()->getChildren());
H A Drecursivearrayiterator.inc53 return $this->ref->newInstance($this->current());
H A Drecursivecachingiterator.inc60 $this->getChildren = $ref->newInstance($child, $this->flags);
H A Drecursivefilteriterator.inc56 return $this->ref->newInstance($this->getInnerIterator()->getChildren());
/PHP-7.1/ext/spl/examples/
H A Drecursivedualiterator.inc49 return $this->ref->newInstance(
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c4839 ZEND_METHOD(reflection_class, newInstance) in ZEND_METHOD() argument
6595 ZEND_ME(reflection_class, newInstance, arginfo_reflection_class_newInstance, 0)

Completed in 38 milliseconds