Home
last modified time | relevance | path

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

12345678

/PHP-5.5/ext/opcache/tests/
H A Dbug66176.phpt16 $a = array(PHP_VERSION => 1);
17 var_dump(foo(PHP_VERSION));
/PHP-5.5/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-5.5/main/
H A Dphp_version.h7 #define PHP_VERSION "5.5.38" macro
/PHP-5.5/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-5.5/ext/mysqli/tests/
H A Dskipifunicode.inc2 if (version_compare(PHP_VERSION, '5.9.9', '>') == 1) {
H A Dmysqli_class_mysqli_driver_reflection.phpt8 if (($tmp = substr(PHP_VERSION, 0, strpos(PHP_VERSION, '.'))) && ($tmp < 5))
/PHP-5.5/ext/pdo_mysql/tests/
H A Dskipif.inc5 if (version_compare(PHP_VERSION, '5.1.0') < 0)
/PHP-5.5/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-5.5/ext/mysql/tests/
H A Dmysql_list_processes.phpt27 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($row[0])) {
41 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($row[0])) {
H A Dmysql_get_client_info.phpt11 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($info)) {
H A Dmysql_deprecated_api.phpt21 if (version_compare(PHP_VERSION, '5.3.0') >= 0) {
54 if (version_compare(PHP_VERSION, '5.3.99') >= 0) {
H A Dmysql_set_charset.phpt8 if (version_compare(PHP_VERSION, '5.9.9', '>') == 1) {
41 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1))
H A Dmysql_db_query.phpt35 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($row['label'])) {
50 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($row['label'])) {
/PHP-5.5/sapi/apache2filter/
H A Dconfig.w3215 'php' + PHP_VERSION + 'apache2_filter.dll',
33 'php' + PHP_VERSION + 'apache2_2_filter.dll',
/PHP-5.5/sapi/embed/
H A Dconfig.w329 SAPI('embed', 'php_embed.c', 'php' + PHP_VERSION + 'embed.lib');
/PHP-5.5/ext/phar/tests/
H A Dphar_oo_005.phpt7 if (version_compare(PHP_VERSION, "5.3", "<") or version_compare(PHP_VERSION, "5.4", ">="))
/PHP-5.5/Zend/tests/
H A Dbug24699.phpt9 class TEST3 { const FOO = PHP_VERSION; };
H A Dbug24884.phpt10 $string = PHP_VERSION;
/PHP-5.5/sapi/isapi/
H A Dconfig.w3210 SAPI('isapi', 'php5isapi.c', 'php' + PHP_VERSION + 'isapi.dll', '/D PHP5ISAPI_EXPORTS');
/PHP-5.5/win32/build/
H A Dtemplate.rc35 #define EXT_VERSION PHP_VERSION
72 VALUE "ProductVersion", PHP_VERSION
H A Dconfig.w32.phpize.in217 DEFINE("PHPDLL", "php" + PHP_VERSION + "ts_debug.dll");
218 DEFINE("PHPLIB", "php" + PHP_VERSION + "ts_debug.lib");
223 DEFINE("PHPDLL", "php" + PHP_VERSION + "_debug.dll");
224 DEFINE("PHPLIB", "php" + PHP_VERSION + "_debug.lib");
229 DEFINE("PHPDLL", "php" + PHP_VERSION + "ts.dll");
230 DEFINE("PHPLIB", "php" + PHP_VERSION + "ts.lib");
235 DEFINE("PHPDLL", "php" + PHP_VERSION + ".dll");
236 DEFINE("PHPLIB", "php" + PHP_VERSION + ".lib");
/PHP-5.5/sapi/aolserver/
H A Dconfig.w3211 SAPI('aolserver', 'aolserver.c', 'php' + PHP_VERSION + 'aolserver.so', '/D XP_WIN32 ');
/PHP-5.5/ext/standard/tests/general_functions/
H A Dget_cfg_var_variation8.phpt9 <?php if (version_compare(PHP_VERSION, "5.3", "<")) die("skip requires 5.3 or greater"); ?>
/PHP-5.5/sapi/pi3web/
H A Dconfig.w3211 SAPI('pi3web', 'pi3web_sapi.c', 'php' + PHP_VERSION + 'pi3web.dll', '/D PHP5PI3WEB_EXPORTS');
/PHP-5.5/ext/phar/tests/cache_list/
H A Dcopyonwrite6.phar.phpt10 <?php if (version_compare(PHP_VERSION, "5.3", "<")) die("skip PHP 5.3+ required"); ?>

Completed in 21 milliseconds

12345678