Home
last modified time | relevance | path

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

/PHP-8.3/ext/intl/tests/
H A Dbug75090.phpt14 count($fooRef->getConstants()) === count($intlCalendarRef->getConstants()),
15 count($intlGregorianCalendarRef->getConstants()) === count($intlCalendarRef->getConstants())
/PHP-8.3/ext/spl/tests/
H A Dbug75242.phpt9 var_dump($r->getConstants());
11 var_dump($r->getConstants());
13 var_dump($r->getConstants());
/PHP-8.3/ext/reflection/tests/
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 D014.phpt2 ReflectionExtension::getConstants()
6 $consts = $ext->getConstants();
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.phpt17 $r->getConstants();
H A D001.phpt40 'UMLClass::getConstants',
H A DReflectionClass_toString_001.phpt186 Method [ <internal:Reflection> public method getConstants ] {
/PHP-8.3/Zend/tests/enum/
H A Dreflectionclass.phpt2 Enum reflection getConstants()
11 var_dump((new \ReflectionClass(Foo::class))->getConstants());
/PHP-8.3/ext/zend_test/tests/
H A Dgh11423.phpt9 var_dump($re->getConstants());
/PHP-8.3/ext/hash/tests/
H A Dgh16711_1.phpt9 var_dump($re->getConstants());
H A Dgh16711_2.phpt9 var_dump($re->getConstants());
/PHP-8.3/ext/pdo_oci/tests/
H A Dpdo_oci_class_constants.phpt25 $constants = $ref->getConstants();
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_class_constants.phpt73 $constants = $ref->getConstants();
/PHP-8.3/ext/sqlite3/tests/
H A Dsqlite3_40_setauthorizer.phpt38 $constants = (new ReflectionClass('SQLite3'))->getConstants();
/PHP-8.3/ext/reflection/
H A Dphp_reflection.stub.php345 public function getConstants(?int $filter = null): array {} function in ReflectionClass
754 public function getConstants(): array {} function in ReflectionExtension
H A Dphp_reflection_arginfo.h702 ZEND_METHOD(ReflectionClass, getConstants);
807 ZEND_METHOD(ReflectionExtension, getConstants);
973 ZEND_ME(ReflectionClass, getConstants, arginfo_class_ReflectionClass_getConstants, ZEND_ACC_PUBLIC)
1129 …ZEND_ME(ReflectionExtension, getConstants, arginfo_class_ReflectionExtension_getConstants, ZEND_AC…
H A Dphp_reflection.c4751 ZEND_METHOD(ReflectionClass, getConstants) in ZEND_METHOD() argument
6093 ZEND_METHOD(ReflectionExtension, getConstants) in ZEND_METHOD() argument

Completed in 41 milliseconds