Home
last modified time | relevance | path

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

/php-src/ext/intl/tests/
H A Dbug75090.phpt14 count($fooRef->getConstants()) === count($intlCalendarRef->getConstants()),
15 count($intlGregorianCalendarRef->getConstants()) === count($intlCalendarRef->getConstants())
/php-src/ext/spl/tests/
H A Dbug75242.phpt9 var_dump($r->getConstants());
11 var_dump($r->getConstants());
13 var_dump($r->getConstants());
/php-src/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-src/Zend/tests/enum/
H A Dreflectionclass.phpt2 Enum reflection getConstants()
11 var_dump((new \ReflectionClass(Foo::class))->getConstants());
/php-src/ext/zend_test/tests/
H A Dgh11423.phpt9 var_dump($re->getConstants());
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_class_constants.phpt73 $constants = $ref->getConstants();
/php-src/ext/sqlite3/tests/
H A Dsqlite3_40_setauthorizer.phpt38 $constants = (new ReflectionClass('SQLite3'))->getConstants();
/php-src/ext/reflection/
H A Dphp_reflection.stub.php314 public function getConstants(?int $filter = null): array {} function in ReflectionClass
698 public function getConstants(): array {} function in ReflectionExtension
H A Dphp_reflection_arginfo.h718 ZEND_METHOD(ReflectionClass, getConstants);
824 ZEND_METHOD(ReflectionExtension, getConstants);
989 ZEND_ME(ReflectionClass, getConstants, arginfo_class_ReflectionClass_getConstants, ZEND_ACC_PUBLIC)
1137 …ZEND_ME(ReflectionExtension, getConstants, arginfo_class_ReflectionExtension_getConstants, ZEND_AC…
H A Dphp_reflection.c4806 ZEND_METHOD(ReflectionClass, getConstants) in ZEND_METHOD() argument
6139 ZEND_METHOD(ReflectionExtension, getConstants) in ZEND_METHOD() argument

Completed in 56 milliseconds