Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/tests/
H A Dbug75090.phpt14 count($fooRef->getConstants()) === count($intlCalendarRef->getConstants()),
15 count($intlGregorianCalendarRef->getConstants()) === count($intlCalendarRef->getConstants())
/PHP-7.4/ext/spl/tests/
H A Dbug75242.phpt9 var_dump($r->getConstants());
11 var_dump($r->getConstants());
13 var_dump($r->getConstants());
/PHP-7.4/ext/reflection/tests/
H A D014.phpt2 ReflectionExtension::getConstants()
6 $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.4/ext/pdo_oci/tests/
H A Dpdo_oci_class_constants.phpt22 $constants = $ref->getConstants();
/PHP-7.4/ext/date/tests/
H A DDateTimeZone_verify.phpt17 $constants = $class->getConstants();
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_class_constants.phpt65 $constants = $ref->getConstants();
/PHP-7.4/ext/mysqli/tests/
H A Dreflection_tools.inc53 if ($constants = $class->getConstants()) {
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c4431 ZEND_METHOD(reflection_class, getConstants) in ZEND_METHOD() argument
5827 ZEND_METHOD(reflection_extension, getConstants) in ZEND_METHOD() argument
6565 ZEND_ME(reflection_class, getConstants, arginfo_reflection__void, 0)
6762 ZEND_ME(reflection_extension, getConstants, arginfo_reflection__void, 0)

Completed in 49 milliseconds