Searched refs:getConstants (Results 1 – 20 of 20) sorted by relevance
/PHP-8.4/ext/intl/tests/ |
H A D | bug75090.phpt | 14 count($fooRef->getConstants()) === count($intlCalendarRef->getConstants()), 15 count($intlGregorianCalendarRef->getConstants()) === count($intlCalendarRef->getConstants())
|
/PHP-8.4/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.4/ext/reflection/tests/ |
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 | 014.phpt | 2 ReflectionExtension::getConstants() 6 $consts = $ext->getConstants();
|
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 | 17 $r->getConstants();
|
H A D | 001.phpt | 40 'UMLClass::getConstants',
|
H A D | ReflectionClass_toString_001.phpt | 188 Method [ <internal:Reflection> public method getConstants ] {
|
/PHP-8.4/Zend/tests/enum/ |
H A D | reflectionclass.phpt | 2 Enum reflection getConstants() 11 var_dump((new \ReflectionClass(Foo::class))->getConstants());
|
/PHP-8.4/ext/zend_test/tests/ |
H A D | gh11423.phpt | 9 var_dump($re->getConstants());
|
/PHP-8.4/ext/hash/tests/ |
H A D | gh16711_1.phpt | 9 var_dump($re->getConstants());
|
H A D | gh16711_2.phpt | 9 var_dump($re->getConstants());
|
/PHP-8.4/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_class_constants.phpt | 73 $constants = $ref->getConstants();
|
/PHP-8.4/ext/sqlite3/tests/ |
H A D | sqlite3_40_setauthorizer.phpt | 38 $constants = (new ReflectionClass('SQLite3'))->getConstants();
|
/PHP-8.4/ext/reflection/ |
H A D | php_reflection.stub.php | 322 public function getConstants(?int $filter = null): array {} function in ReflectionClass 771 public function getConstants(): array {} function in ReflectionExtension
|
H A D | php_reflection_arginfo.h | 800 ZEND_METHOD(ReflectionClass, getConstants); 930 ZEND_METHOD(ReflectionExtension, getConstants); 1088 ZEND_ME(ReflectionClass, getConstants, arginfo_class_ReflectionClass_getConstants, ZEND_ACC_PUBLIC) 1260 …ZEND_ME(ReflectionExtension, getConstants, arginfo_class_ReflectionExtension_getConstants, ZEND_AC…
|
H A D | php_reflection.c | 4848 ZEND_METHOD(ReflectionClass, getConstants) in ZEND_METHOD() argument 6781 ZEND_METHOD(ReflectionExtension, getConstants) in ZEND_METHOD() argument
|
Completed in 50 milliseconds