Home
last modified time | relevance | path

Searched refs:PHP_VERSION (Results 1 – 25 of 227) sorted by relevance

12345678910

/PHP-7.1/Zend/tests/use_const/
H A Dshadow_core.phpt8 use const foo\PHP_VERSION;
10 var_dump(PHP_VERSION);
/PHP-7.1/ext/opcache/tests/
H A Dbug66176.phpt16 $a = array(PHP_VERSION => 1);
17 var_dump(foo(PHP_VERSION));
/PHP-7.1/Zend/tests/use_const/includes/
H A Dfoo_php_version.php5 const PHP_VERSION = 42; define
/PHP-7.1/ext/standard/tests/strings/
H A Dhttp_build_query_variation3.phpt7 …if (version_compare(PHP_VERSION, '5.4.0', '<')) die("skip this test if PHP_VERSION is less than 5.…
/PHP-7.1/main/
H A Dphp_version.h7 #define PHP_VERSION "7.1.34-dev" macro
/PHP-7.1/Zend/tests/
H A Dbug69315.phpt11 var_dump(defined("PHP_VERSION"));
12 var_dump(constant("PHP_VERSION"));
/PHP-7.1/ext/standard/
H A Dphp_standard.h65 #define PHP_STANDARD_VERSION PHP_VERSION
/PHP-7.1/ext/mysqli/
H A Dphp_mysqli.h30 #define PHP_MYSQLI_VERSION PHP_VERSION
/PHP-7.1/ext/ctype/
H A Dphp_ctype.h23 #define PHP_CTYPE_VERSION PHP_VERSION
/PHP-7.1/ext/pspell/
H A Dphp_pspell.h28 #define PHP_PSPELL_VERSION PHP_VERSION
/PHP-7.1/ext/pdo_mysql/
H A Dphp_pdo_mysql.h28 #define PHP_PDO_MYSQL_VERSION PHP_VERSION
/PHP-7.1/ext/mysqli/tests/
H A Dskipifunicode.inc2 if (version_compare(PHP_VERSION, '6.0', '==') == 1) {
/PHP-7.1/ext/exif/
H A Dphp_exif.h25 #define PHP_EXIF_VERSION PHP_VERSION
/PHP-7.1/ext/pdo_pgsql/
H A Dphp_pdo_pgsql.h30 #define PHP_PDO_PGSQL_VERSION PHP_VERSION
/PHP-7.1/sapi/apache2handler/
H A Dconfig.w3215 'php' + PHP_VERSION + 'apache2.dll',
33 'php' + PHP_VERSION + 'apache2_2.dll',
51 'php' + PHP_VERSION + 'apache2_4.dll',
/PHP-7.1/ext/pdo_firebird/
H A Dphp_pdo_firebird.h26 #define PHP_PDO_FIREBIRD_VERSION PHP_VERSION
/PHP-7.1/ext/pdo_oci/
H A Dphp_pdo_oci.h28 #define PHP_PDO_OCI_VERSION PHP_VERSION
/PHP-7.1/ext/recode/
H A Dphp_recode.h30 #define PHP_RECODE_VERSION PHP_VERSION
/PHP-7.1/ext/pdo_mysql/tests/
H A Dskipif.inc5 if (version_compare(PHP_VERSION, '5.1.0') < 0)
/PHP-7.1/ext/readline/
H A Dphp_readline.h35 #define PHP_READLINE_VERSION PHP_VERSION
/PHP-7.1/ext/pdo_dblib/
H A Dphp_pdo_dblib.h34 #define PHP_PDO_DBLIB_VERSION PHP_VERSION
/PHP-7.1/ext/wddx/
H A Dphp_wddx.h30 #define PHP_WDDX_VERSION PHP_VERSION
/PHP-7.1/ext/phar/tests/zip/
H A Dphar_magic.phpt6 if (version_compare(PHP_VERSION, "6.0", "==")) die("skip pre-unicode version of PHP required");
24 if (version_compare(PHP_VERSION, "5.3", "<")) {
/PHP-7.1/sapi/embed/
H A Dconfig.w329 …SAPI('embed', 'php_embed.c', 'php' + PHP_VERSION + 'embed.lib', '/DZEND_ENABLE_STATIC_TSRMLS_CACHE…
/PHP-7.1/ext/pdo_sqlite/
H A Dphp_pdo_sqlite.h29 #define PHP_PDO_SQLITE_VERSION PHP_VERSION

Completed in 67 milliseconds

12345678910