Searched refs:getVersion (Results 1 – 6 of 6) sorted by relevance
/PHP-7.3/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-7.3/ext/phar/tests/ |
H A D | phar_oo_001.phpt | 16 var_dump($phar->getVersion()); 29 var_dump($phar->getVersion());
|
/PHP-7.3/ext/reflection/ |
H A D | php_reflection.c | 5678 ZEND_METHOD(reflection_extension, getVersion) in ZEND_METHOD() argument 6045 ZEND_METHOD(reflection_zend_extension, getVersion) in ZEND_METHOD() argument 6570 ZEND_ME(reflection_extension, getVersion, arginfo_reflection__void, 0) 6593 ZEND_ME(reflection_zend_extension, getVersion, arginfo_reflection__void, 0)
|
/PHP-7.3/ext/phar/ |
H A D | phar_object.c | 2807 PHP_METHOD(Phar, getVersion) in PHP_METHOD() argument 5289 PHP_ME(Phar, getVersion, arginfo_phar__void, ZEND_ACC_PUBLIC) 5358 PHP_ME(Phar, getVersion, arginfo_phar__void, ZEND_ACC_PUBLIC)
|
/PHP-7.3/ |
H A D | run-tests.php | 2982 public function getVersion() { function in RuntestsValgrind
|
Completed in 45 milliseconds