Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/tests/
H A Dbug75090.phpt14 count($fooRef->getConstants()) === count($intlCalendarRef->getConstants()),
15 count($intlGregorianCalendarRef->getConstants()) === count($intlCalendarRef->getConstants())
/PHP-8.0/ext/spl/tests/
H A Dbug75242.phpt9 var_dump($r->getConstants());
11 var_dump($r->getConstants());
13 var_dump($r->getConstants());
/PHP-8.0/ext/reflection/tests/
H A D014.phpt2 ReflectionExtension::getConstants()
6 $consts = $ext->getConstants();
H A DReflectionClass_getConstants_filter.phpt2 ReflectionClass::getConstants() with $filter
27 var_dump($reflectionClassA->getConstants(ReflectionClassConstant::IS_PUBLIC));
30 var_dump($reflectionClassB->getConstants(ReflectionClassConstant::IS_PROTECTED));
33 var_dump($reflectionClassC->getConstants(ReflectionClassConstant::IS_PRIVATE));
H A Dgh8080.phpt2 GH-8080 (ReflectionClass::getConstants() depends on def. order)
16 $r->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 D001.phpt40 'UMLClass::getConstants',
H A DReflectionClass_toString_001.phpt167 Method [ <internal:Reflection> public method getConstants ] {
/PHP-8.0/ext/pdo_oci/tests/
H A Dpdo_oci_class_constants.phpt23 $constants = $ref->getConstants();
/PHP-8.0/ext/reflection/
H A Dphp_reflection.stub.php266 public function getConstants(?int $filter = null) {} function in ReflectionClass
598 public function getConstants() {} function in ReflectionExtension
H A Dphp_reflection_arginfo.h574 ZEND_METHOD(ReflectionClass, getConstants);
671 ZEND_METHOD(ReflectionExtension, getConstants);
814 ZEND_ME(ReflectionClass, getConstants, arginfo_class_ReflectionClass_getConstants, ZEND_ACC_PUBLIC)
957 …ZEND_ME(ReflectionExtension, getConstants, arginfo_class_ReflectionExtension_getConstants, ZEND_AC…
H A Dphp_reflection.c4461 ZEND_METHOD(ReflectionClass, getConstants) in ZEND_METHOD() argument
5770 ZEND_METHOD(ReflectionExtension, getConstants) in ZEND_METHOD() argument
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_class_constants.phpt65 $constants = $ref->getConstants();
/PHP-8.0/ext/sqlite3/tests/
H A Dsqlite3_40_setauthorizer.phpt38 $constants = (new ReflectionClass('SQLite3'))->getConstants();
/PHP-8.0/
H A DNEWS418 . Fixed bug GH-8080 (ReflectionClass::getConstants() depends on def. order).
1482 . Implement #79628 (Add $filter parameter for ReflectionClass::getConstants
H A DUPGRADING915 . ReflectionClass::getConstants and ReflectionClass::getReflectionConstants results

Completed in 33 milliseconds