Searched refs:getVersion (Results 1 – 10 of 10) sorted by relevance
/PHP-8.0/ext/reflection/tests/ |
H A D | ReflectionExtension_getVersion_basic.phpt | 2 ReflectionExtension::getVersion() 9 $var = $obj->getVersion() ? $obj->getVersion() : null;
|
H A D | ReflectionZendExtension.phpt | 14 var_dump($reflection->getVersion() === PHP_VERSION);
|
/PHP-8.0/ext/phar/tests/ |
H A D | phar_oo_001.phpt | 16 var_dump($phar->getVersion()); 29 var_dump($phar->getVersion());
|
/PHP-8.0/ext/reflection/ |
H A D | php_reflection.stub.php | 592 public function getVersion() {} function in ReflectionExtension 635 public function getVersion() {} function in ReflectionZendExtension
|
H A D | php_reflection_arginfo.h | 669 ZEND_METHOD(ReflectionExtension, getVersion); 682 ZEND_METHOD(ReflectionZendExtension, getVersion); 955 …ZEND_ME(ReflectionExtension, getVersion, arginfo_class_ReflectionExtension_getVersion, ZEND_ACC_PU… 974 …ZEND_ME(ReflectionZendExtension, getVersion, arginfo_class_ReflectionZendExtension_getVersion, ZEN…
|
H A D | php_reflection.c | 5726 ZEND_METHOD(ReflectionExtension, getVersion) in ZEND_METHOD() argument 6061 ZEND_METHOD(ReflectionZendExtension, getVersion) in ZEND_METHOD() argument
|
/PHP-8.0/ext/phar/ |
H A D | phar_object.stub.php | 82 public function getVersion() {} function in Phar 327 public function getVersion() {} function in PharData
|
H A D | phar_object_arginfo.h | 390 ZEND_METHOD(Phar, getVersion); 469 ZEND_ME(Phar, getVersion, arginfo_class_Phar_getVersion, ZEND_ACC_PUBLIC) 530 ZEND_MALIAS(Phar, getVersion, getVersion, arginfo_class_PharData_getVersion, ZEND_ACC_PUBLIC)
|
H A D | phar_object.c | 2785 PHP_METHOD(Phar, getVersion) in PHP_METHOD() argument
|
/PHP-8.0/ |
H A D | run-tests.php | 3704 public function getVersion(): string function in RuntestsValgrind
|
Completed in 55 milliseconds