Home
last modified time | relevance | path

Searched refs:getConstructor (Results 1 – 10 of 10) sorted by relevance

/PHP-5.5/ext/reflection/tests/
H A DReflectionObject_getConstructor_error.phpt2 ReflectionObject::getConstructor() - invalid params
7 var_dump($rc->getConstructor(null));
8 var_dump($rc->getConstructor('X'));
9 var_dump($rc->getConstructor(true));
10 var_dump($rc->getConstructor(array(1,2,3)));
13 Warning: ReflectionClass::getConstructor() expects exactly 0 parameters, 1 given in %s on line %d
16 Warning: ReflectionClass::getConstructor() expects exactly 0 parameters, 1 given in %s on line %d
19 Warning: ReflectionClass::getConstructor() expects exactly 0 parameters, 1 given in %s on line %d
22 Warning: ReflectionClass::getConstructor() expects exactly 0 parameters, 1 given in %s on line %d
H A DReflectionClass_getConstructor_error.phpt2 ReflectionClass::getConstructor() - bad params
7 var_dump($rc->getConstructor(null));
8 var_dump($rc->getConstructor('X'));
9 var_dump($rc->getConstructor(true));
10 var_dump($rc->getConstructor(array(1,2,3)));
13 Warning: ReflectionClass::getConstructor() expects exactly 0 parameters, 1 given in %s on line %d
16 Warning: ReflectionClass::getConstructor() expects exactly 0 parameters, 1 given in %s on line %d
19 Warning: ReflectionClass::getConstructor() expects exactly 0 parameters, 1 given in %s on line %d
22 Warning: ReflectionClass::getConstructor() expects exactly 0 parameters, 1 given in %s on line %d
H A DReflectionClass_getConstructor_basic.phpt2 ReflectionClass::getConstructor()
56 $rm = $rc->getConstructor();
H A DReflectionObject_getConstructor_basic.phpt2 ReflectionObject::getConstructor() - basic function test
56 $rm = $rc->getConstructor();
H A D001.phpt36 'UMLClass::getConstructor',
H A DReflectionClass_toString_001.phpt111 Method [ <internal:Reflection> public method getConstructor ] {
/PHP-5.5/scripts/dev/generate-phpt/src/
H A DgtMethod.php34 $constructor = $reflectionClass->getConstructor();
/PHP-5.5/ext/mysqli/tests/
H A Dreflection_tools.inc18 if ($method = $class->getConstructor())
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar861 $constructor = $reflectionClass->getConstructor();
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c3638 ZEND_METHOD(reflection_class, getConstructor) in ZEND_METHOD() argument
5894 ZEND_ME(reflection_class, getConstructor, arginfo_reflection__void, 0)

Completed in 47 milliseconds