Home
last modified time | relevance | path

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

/PHP-5.5/ext/reflection/tests/
H A D007.phpt2 ReflectionClass::newInstance[Args]
19 echo "====>newInstance()\n";
96 ====>newInstance()
99 ====>newInstance(25)
101 ====>newInstance(25, 42)
105 ====>newInstance()
111 ====>newInstance(25)
119 ====>newInstance(25, 42)
131 ====>newInstance()
141 ====>newInstance(25)
[all …]
H A DReflectionClass_newInstance_001.phpt2 ReflectionClass::newInstance()
41 $a1 = $rcA->newInstance();
42 $a2 = $rcA->newInstance('x');
45 $b1 = $rcB->newInstance();
46 $b2 = $rcB->newInstance('x', 123);
50 $rcC->newInstance();
57 $rcD->newInstance();
63 $e1 = $rcE->newInstance();
67 $e2 = $rcE->newInstance('x');
H A Dbug42976.phpt2 Bug #42976 (Crash when constructor for newInstance() or newInstanceArgs() fails)
18 $rc->newInstance($x); // causes crash
31 Warning: ReflectionClass::newInstance(): Invocation of C's constructor failed in %sbug42976.php on …
H A Dbug43926.phpt22 $ca = $ra->newInstance();
23 $cc = $rc->newInstance();
24 $cd = $rd->newInstance();
25 $ce = $re->newInstance();
H A Dbug52854.phpt10 var_dump($c->newInstance());
H A Dbug64007.phpt13 $generator = $reflection->newInstance();
H A D001.phpt49 'UMLClass::newInstance',
H A DReflectionClass_toString_001.phpt246 Method [ <internal:Reflection> public method newInstance ] {
/PHP-5.5/ext/pdo/tests/
H A Dpdo_036.phpt9 $x = $instance->newInstance();
13 $x = $instance->newInstance();
/PHP-5.5/Zend/tests/traits/
H A Dbug60173.phpt9 $rc->newInstance();
/PHP-5.5/ext/spl/tests/
H A Ddit_002.phpt18 $obj = $ref->newInstance('glob://*');
/PHP-5.5/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-5.5/ext/spl/examples/
H A Drecursivedualiterator.inc49 return $this->ref->newInstance(
/PHP-5.5/
H A DUPGRADING232 and ReflectionClass methods such as newInstance or
H A DNEWS7091 - Fixed bug #42976 (Crash when constructor for newInstance() or
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c4192 ZEND_METHOD(reflection_class, newInstance) in ZEND_METHOD() argument
5915 ZEND_ME(reflection_class, newInstance, arginfo_reflection_class_newInstance, 0)

Completed in 114 milliseconds