Home
last modified time | relevance | path

Searched refs:getVersion (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/reflection/tests/
H A DReflectionExtension_getVersion_basic.phpt2 ReflectionExtension::getVersion()
9 $var = $obj->getVersion() ? $obj->getVersion() : null;
H A DReflectionZendExtension.phpt14 var_dump($reflection->getVersion() === PHP_VERSION);
/php-src/ext/phar/tests/
H A Dphar_oo_001.phpt14 var_dump($phar->getVersion());
27 var_dump($phar->getVersion());
/php-src/ext/phar/
H A Dphar_object.stub.php147 public function getVersion(): string {} function in Phar
390 public function getVersion(): string {} function in PharData
H A Dphar_object_arginfo.h415 ZEND_METHOD(Phar, getVersion);
492 ZEND_ME(Phar, getVersion, arginfo_class_Phar_getVersion, ZEND_ACC_PUBLIC)
H A Dphar_object.c2779 PHP_METHOD(Phar, getVersion) in PHP_METHOD() argument
/php-src/ext/reflection/
H A Dphp_reflection.stub.php692 public function getVersion(): ?string {} function in ReflectionExtension
738 public function getVersion(): string {} function in ReflectionZendExtension
H A Dphp_reflection_arginfo.h822 ZEND_METHOD(ReflectionExtension, getVersion);
835 ZEND_METHOD(ReflectionZendExtension, getVersion);
1135 …ZEND_ME(ReflectionExtension, getVersion, arginfo_class_ReflectionExtension_getVersion, ZEND_ACC_PU…
1153 …ZEND_ME(ReflectionZendExtension, getVersion, arginfo_class_ReflectionZendExtension_getVersion, ZEN…
H A Dphp_reflection.c6086 ZEND_METHOD(ReflectionExtension, getVersion) in ZEND_METHOD() argument
6421 ZEND_METHOD(ReflectionZendExtension, getVersion) in ZEND_METHOD() argument

Completed in 61 milliseconds