Searched refs:getConstants (Results 1 – 19 of 19) sorted by relevance
/PHP-8.0/ext/intl/tests/ |
H A D | bug75090.phpt | 14 count($fooRef->getConstants()) === count($intlCalendarRef->getConstants()), 15 count($intlGregorianCalendarRef->getConstants()) === count($intlCalendarRef->getConstants())
|
/PHP-8.0/ext/spl/tests/ |
H A D | bug75242.phpt | 9 var_dump($r->getConstants()); 11 var_dump($r->getConstants()); 13 var_dump($r->getConstants());
|
/PHP-8.0/ext/reflection/tests/ |
H A D | 014.phpt | 2 ReflectionExtension::getConstants() 6 $consts = $ext->getConstants();
|
H A D | ReflectionClass_getConstants_filter.phpt | 2 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 D | gh8080.phpt | 2 GH-8080 (ReflectionClass::getConstants() depends on def. order) 16 $r->getConstants(),
|
H A D | ReflectionClass_getConstants_basic.phpt | 2 ReflectionClass::getConstants() 22 var_dump($rc->getConstants());
|
H A D | ReflectionObject_getConstants_basic.phpt | 2 ReflectionObject::getConstants() - basic function test 22 var_dump($rc->getConstants());
|
H A D | bug53915.phpt | 12 print_r($rc->getConstants());
|
H A D | bug76536.phpt | 13 $r->getConstants();
|
H A D | 001.phpt | 40 'UMLClass::getConstants',
|
H A D | ReflectionClass_toString_001.phpt | 167 Method [ <internal:Reflection> public method getConstants ] {
|
/PHP-8.0/ext/pdo_oci/tests/ |
H A D | pdo_oci_class_constants.phpt | 23 $constants = $ref->getConstants();
|
/PHP-8.0/ext/reflection/ |
H A D | php_reflection.stub.php | 266 public function getConstants(?int $filter = null) {} function in ReflectionClass 598 public function getConstants() {} function in ReflectionExtension
|
H A D | php_reflection_arginfo.h | 574 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 D | php_reflection.c | 4461 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 D | pdo_mysql_class_constants.phpt | 65 $constants = $ref->getConstants();
|
/PHP-8.0/ext/sqlite3/tests/ |
H A D | sqlite3_40_setauthorizer.phpt | 38 $constants = (new ReflectionClass('SQLite3'))->getConstants();
|
/PHP-8.0/ |
H A D | NEWS | 418 . Fixed bug GH-8080 (ReflectionClass::getConstants() depends on def. order). 1482 . Implement #79628 (Add $filter parameter for ReflectionClass::getConstants
|
H A D | UPGRADING | 915 . ReflectionClass::getConstants and ReflectionClass::getReflectionConstants results
|
Completed in 44 milliseconds