Searched refs:getVersion (Results 1 – 6 of 6) sorted by relevance
/PHP-5.6/ext/reflection/tests/ |
H A D | ReflectionExtension_getVersion_basic.phpt | 2 ReflectionExtension::getVersion() 9 $var = $obj->getVersion() ? $obj->getVersion() : null;
|
/PHP-5.6/ext/phar/tests/ |
H A D | phar_oo_001U.phpt | 18 var_dump($phar->getVersion()); 31 var_dump($phar->getVersion());
|
H A D | phar_oo_001.phpt | 18 var_dump($phar->getVersion()); 31 var_dump($phar->getVersion());
|
/PHP-5.6/ext/mysql/tests/ |
H A D | mysql_reflection_extension.phpt | 12 printf("Version: %s\n", $r->getVersion());
|
/PHP-5.6/ext/reflection/ |
H A D | php_reflection.c | 5316 ZEND_METHOD(reflection_extension, getVersion) in ZEND_METHOD() argument 5680 ZEND_METHOD(reflection_zend_extension, getVersion) in ZEND_METHOD() argument 6120 ZEND_ME(reflection_extension, getVersion, arginfo_reflection__void, 0) 6143 ZEND_ME(reflection_zend_extension, getVersion, arginfo_reflection__void, 0)
|
/PHP-5.6/ext/phar/ |
H A D | phar_object.c | 2801 PHP_METHOD(Phar, getVersion) in PHP_METHOD() argument 5331 PHP_ME(Phar, getVersion, arginfo_phar__void, ZEND_ACC_PUBLIC)
|
Completed in 35 milliseconds