Home
last modified time | relevance | path

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

12

/PHP-5.5/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.5/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.5/main/
H A Dphp_version.h8 #define PHP_VERSION_ID 50538 macro
H A Dmain.c2131 REGISTER_MAIN_LONG_CONSTANT("PHP_VERSION_ID", PHP_VERSION_ID, CONST_PERSISTENT | CONST_CS); in php_module_startup()
/PHP-5.5/Zend/tests/
H A Dunset_cv07.phpt4 <?php if(PHP_VERSION_ID >= 50399){ die('skip not needed anymore without register_globals'); } ?>
/PHP-5.5/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.5/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.5/ext/mysqli/
H A Dmysqli_fe.c230 #if PHP_VERSION_ID > 50399
238 #if PHP_VERSION_ID > 50399
/PHP-5.5/ext/intl/common/
H A Dcommon_enum.cpp203 #if PHP_VERSION_ID < 50399 in IntlIterator_object_create()
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp222 #if PHP_VERSION_ID < 50399 in BreakIterator_object_create()
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp376 #if PHP_VERSION_ID < 50399 in TimeZone_object_create()
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.cpp267 #if PHP_VERSION_ID < 50399 in Calendar_object_create()
/PHP-5.5/
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
1359 PHP_SUBST_OLD(PHP_VERSION_ID)
H A Drun-tests.php75 if (PHP_VERSION_ID < 50300) {
78 if (PHP_VERSION_ID < 50207) {

Completed in 94 milliseconds

12