Home
last modified time | relevance | path

Searched refs:PHP_VERSION_ID (Results 1 – 25 of 28) sorted by relevance

12

/PHP-5.4/ext/reflection/tests/
H A DReflectionFunction_isDeprecated_basic.phpt8 if (!extension_loaded('reflection') || !defined('PHP_VERSION_ID') || PHP_VERSION_ID < 50300) print …
H A DReflectionFunction_getClosureThis.phpt5 if (!extension_loaded('reflection') || !defined('PHP_VERSION_ID') || PHP_VERSION_ID < 50300) {
H A DReflectionFunction_isClosure_basic.phpt8 if (!extension_loaded('reflection') || !defined('PHP_VERSION_ID') || PHP_VERSION_ID < 50300) {
H A DReflectionFunction_getClosureScopeClass.phpt5 if (!extension_loaded('reflection') || !defined('PHP_VERSION_ID') || PHP_VERSION_ID < 50399) {
H A DReflectionMethod_getClosureThis.phpt5 if (!extension_loaded('reflection') || !defined('PHP_VERSION_ID') || PHP_VERSION_ID < 50300) {
/PHP-5.4/ext/intl/transliterator/
H A Dtransliterator_class.c131 #if PHP_VERSION_ID < 50399 in Transliterator_object_create()
217 #if PHP_VERSION_ID >= 50399
247 #if PHP_VERSION_ID < 50399
265 #if PHP_VERSION_ID < 50399 in Transliterator_get_property_ptr_ptr()
279 #if PHP_VERSION_ID < 50399
299 #if PHP_VERSION_ID < 50399 in Transliterator_read_property()
314 #if PHP_VERSION_ID < 50399
331 #if PHP_VERSION_ID < 50399 in Transliterator_write_property()
/PHP-5.4/main/
H A Dphp_version.h8 #define PHP_VERSION_ID 50446 macro
/PHP-5.4/Zend/tests/
H A Dunset_cv07.phpt4 <?php if(PHP_VERSION_ID >= 50399){ die('skip not needed anymore without register_globals'); } ?>
/PHP-5.4/ext/standard/tests/general_functions/
H A Dimport_request2.phpt4 <?php if(PHP_VERSION_ID >= 50399){ die('skip not needed anymore without register_globals'); } ?>
H A Dimport_request3.phpt4 <?php if(PHP_VERSION_ID >= 50399){ die('skip not needed anymore without register_globals'); } ?>
H A Dimport_request.phpt4 <?php if(PHP_VERSION_ID >= 50399){ die('skip not needed anymore without register_globals'); } ?>
H A Dimport_request1.phpt4 <?php if(PHP_VERSION_ID >= 50399){ die('skip not needed anymore without register_globals'); } ?>
/PHP-5.4/ext/posix/tests/
H A Dposix_access_safemode.phpt14 if (PHP_VERSION_ID < 503099) {
H A Dposix_access_error_modes.phpt16 if (PHP_VERSION_ID < 503099) {
H A Dposix_access.phpt16 if (PHP_VERSION_ID < 503099) {
H A Dposix_access_error_wrongparams.phpt16 if (PHP_VERSION_ID < 503099) {
H A Dposix_mkfifo_safemode.phpt20 if (PHP_VERSION_ID < 503099) {
/PHP-5.4/ext/phar/
H A Dutil.c44 #if !defined(PHP_VERSION_ID) || PHP_VERSION_ID < 50300
259 #if PHP_VERSION_ID >= 50300 in phar_find_in_include_path()
1034 #if defined(PHP_VERSION_ID) && PHP_VERSION_ID < 50202
1049 #if PHP_VERSION_ID >= 50202 in phar_create_writeable_entry()
1696 #if PHP_VERSION_ID < 50300
1714 #if PHP_VERSION_ID < 50300
1745 #if PHP_VERSION_ID < 50300
2285 #if PHP_VERSION_ID < 50300
2333 #if PHP_VERSION_ID < 50300
H A Dphar_internal.h519 # if PHP_VERSION_ID >= 50300
524 #if PHP_VERSION_ID < 50209
541 #if PHP_VERSION_ID >= 60000
H A Dphar_object.c689 #if PHP_VERSION_ID < 50300
705 #if PHP_VERSION_ID < 50300
733 #if PHP_VERSION_ID >= 60000
1159 #if PHP_VERSION_ID < 50300
1466 #if PHP_VERSION_ID >= 60000
1494 #if PHP_VERSION_ID < 60000
1657 #if PHP_VERSION_ID < 60000
1842 #if PHP_VERSION_ID < 50300
2341 #if PHP_VERSION_ID < 50300
2393 #if PHP_VERSION_ID < 50300
[all …]
H A Dstream.c945 #if PHP_VERSION_ID < 50300 in phar_wrapper_rename()
971 #if PHP_VERSION_ID < 50300 in phar_wrapper_rename()
999 #if PHP_VERSION_ID < 50300 in phar_wrapper_rename()
H A Dphar.c30 #if PHP_VERSION_ID >= 50300
3327 #if PHP_VERSION_ID >= 50300
3343 #if PHP_VERSION_ID >= 50300
3384 #if PHP_VERSION_ID >= 50300
3432 #if PHP_VERSION_ID < 50300
3562 #if PHP_VERSION_ID >= 50300
3589 #if PHP_VERSION_ID < 50300
H A Dzip.c581 #if PHP_VERSION_ID < 50207 in phar_parse_zipfile()
608 #if PHP_VERSION_ID < 50207 in phar_parse_zipfile()
629 #if PHP_VERSION_ID < 50207 in phar_parse_zipfile()
/PHP-5.4/ext/mysqli/
H A Dmysqli_fe.c180 #if PHP_VERSION_ID > 50399
188 #if PHP_VERSION_ID > 50399
/PHP-5.4/
H A Dconfigure.in125 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_V…
149 echo "#define PHP_VERSION_ID $PHP_VERSION_ID" >> php_version.h.new
1345 PHP_SUBST_OLD(PHP_VERSION_ID)

Completed in 74 milliseconds

12