Home
last modified time | relevance | path

Searched refs:getConstants (Results 1 – 17 of 17) sorted by relevance

/PHP-7.1/ext/reflection/tests/
H A DReflectionClass_getConstants_error.phpt2 ReflectionClass::getConstants()
11 $rc->getConstants('X');
12 $rc->getConstants(true);
13 $rc->getConstants(null);
14 $rc->getConstants('A', 'B');
18 Warning: ReflectionClass::getConstants() expects exactly 0 parameters, 1 given in %s on line %d
20 Warning: ReflectionClass::getConstants() expects exactly 0 parameters, 1 given in %s on line %d
22 Warning: ReflectionClass::getConstants() expects exactly 0 parameters, 1 given in %s on line %d
24 Warning: ReflectionClass::getConstants() expects exactly 0 parameters, 2 given in %s on line %d
H A DReflectionObject_getConstants_error.phpt2 ReflectionObject::getConstants() - invalid params
10 $rc->getConstants('X');
11 $rc->getConstants(true);
15 Warning: ReflectionClass::getConstants() expects exactly 0 parameters, 1 given in %s on line %d
17 Warning: ReflectionClass::getConstants() expects exactly 0 parameters, 1 given in %s on line %d
H A D014.phpt2 ReflectionExtension::getConstants()
8 $consts = $ext->getConstants();
H A DReflectionClass_getConstants_basic.phpt2 ReflectionClass::getConstants()
22 var_dump($rc->getConstants());
H A DReflectionObject_getConstants_basic.phpt2 ReflectionObject::getConstants() - basic function test
22 var_dump($rc->getConstants());
H A Dbug53915.phpt12 print_r($rc->getConstants());
H A Dbug76536.phpt13 $r->getConstants();
H A DReflectionClass_getConstant_basic.phpt2 ReflectionClass::getConstants()
H A D001.phpt41 'UMLClass::getConstants',
H A DReflectionClass_toString_001.phpt172 Method [ <internal:Reflection> public method getConstants ] {
/PHP-7.1/ext/intl/tests/
H A Dbug75090.phpt14 count($fooRef->getConstants()) === count($intlCalendarRef->getConstants()),
15 count($intlGregorianCalendarRef->getConstants()) === count($intlCalendarRef->getConstants())
/PHP-7.1/ext/spl/tests/
H A Dbug75242.phpt9 var_dump($r->getConstants());
11 var_dump($r->getConstants());
13 var_dump($r->getConstants());
/PHP-7.1/ext/date/tests/
H A DDateTimeZone_verify.phpt17 $constants = $class->getConstants();
H A DDateTime_verify.phpt17 $constants = $class->getConstants();
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_class_constants.phpt65 $constants = $ref->getConstants();
/PHP-7.1/ext/mysqli/tests/
H A Dreflection_tools.inc53 if ($constants = $class->getConstants()) {
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c4604 ZEND_METHOD(reflection_class, getConstants) in ZEND_METHOD() argument
5939 ZEND_METHOD(reflection_extension, getConstants) in ZEND_METHOD() argument
6580 ZEND_ME(reflection_class, getConstants, arginfo_reflection__void, 0)
6772 ZEND_ME(reflection_extension, getConstants, arginfo_reflection__void, 0)

Completed in 30 milliseconds