/PHP-5.6/Zend/tests/use_const/ |
H A D | shadow_core.phpt | 8 use const foo\PHP_VERSION; 10 var_dump(PHP_VERSION);
|
/PHP-5.6/ext/opcache/tests/ |
H A D | bug66176.phpt | 16 $a = array(PHP_VERSION => 1); 17 var_dump(foo(PHP_VERSION));
|
/PHP-5.6/ext/standard/tests/strings/ |
H A D | http_build_query_variation3.phpt | 7 …if (version_compare(PHP_VERSION, '5.4.0', '<')) die("skip this test if PHP_VERSION is less than 5.…
|
/PHP-5.6/Zend/tests/use_const/includes/ |
H A D | foo_php_version.php | 5 const PHP_VERSION = 42; define
|
/PHP-5.6/main/ |
H A D | php_version.h | 7 #define PHP_VERSION "5.6.41-dev" macro
|
/PHP-5.6/sapi/apache2handler/ |
H A D | config.w32 | 15 'php' + PHP_VERSION + 'apache2.dll', 33 'php' + PHP_VERSION + 'apache2_2.dll', 51 'php' + PHP_VERSION + 'apache2_4.dll',
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | skipifunicode.inc | 2 if (version_compare(PHP_VERSION, '5.9.9', '>') == 1) {
|
H A D | mysqli_class_mysqli_driver_reflection.phpt | 8 if (($tmp = substr(PHP_VERSION, 0, strpos(PHP_VERSION, '.'))) && ($tmp < 5))
|
/PHP-5.6/ext/pdo_mysql/tests/ |
H A D | skipif.inc | 5 if (version_compare(PHP_VERSION, '5.1.0') < 0)
|
/PHP-5.6/ext/mysql/tests/ |
H A D | mysql_list_processes.phpt | 27 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 D | mysql_get_client_info.phpt | 11 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($info)) {
|
H A D | mysql_deprecated_api.phpt | 21 if (version_compare(PHP_VERSION, '5.3.0') >= 0) { 54 if (version_compare(PHP_VERSION, '5.3.99') >= 0) {
|
/PHP-5.6/ext/phar/tests/zip/ |
H A D | phar_magic.phpt | 6 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.6/sapi/apache2filter/ |
H A D | config.w32 | 15 'php' + PHP_VERSION + 'apache2_filter.dll', 33 'php' + PHP_VERSION + 'apache2_2_filter.dll',
|
/PHP-5.6/sapi/embed/ |
H A D | config.w32 | 9 SAPI('embed', 'php_embed.c', 'php' + PHP_VERSION + 'embed.lib');
|
/PHP-5.6/ext/phar/tests/ |
H A D | phar_oo_005.phpt | 7 if (version_compare(PHP_VERSION, "5.3", "<") or version_compare(PHP_VERSION, "5.4", ">="))
|
/PHP-5.6/Zend/tests/ |
H A D | bug24699.phpt | 9 class TEST3 { const FOO = PHP_VERSION; };
|
H A D | bug24884.phpt | 10 $string = PHP_VERSION;
|
/PHP-5.6/sapi/isapi/ |
H A D | config.w32 | 10 SAPI('isapi', 'php5isapi.c', 'php' + PHP_VERSION + 'isapi.dll', '/D PHP5ISAPI_EXPORTS');
|
/PHP-5.6/win32/build/ |
H A D | template.rc | 35 #define EXT_VERSION PHP_VERSION 72 VALUE "ProductVersion", PHP_VERSION
|
H A D | config.w32.phpize.in | 217 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.6/sapi/aolserver/ |
H A D | config.w32 | 11 SAPI('aolserver', 'aolserver.c', 'php' + PHP_VERSION + 'aolserver.so', '/D XP_WIN32 ');
|
/PHP-5.6/ext/zip/tests/ |
H A D | bug38943_2.phpt | 7 if (version_compare(PHP_VERSION, "5.3", "<")) die('skip test for5.3+ only');
|
/PHP-5.6/ext/standard/tests/general_functions/ |
H A D | get_cfg_var_variation8.phpt | 9 <?php if (version_compare(PHP_VERSION, "5.3", "<")) die("skip requires 5.3 or greater"); ?>
|
/PHP-5.6/sapi/pi3web/ |
H A D | config.w32 | 11 SAPI('pi3web', 'pi3web_sapi.c', 'php' + PHP_VERSION + 'pi3web.dll', '/D PHP5PI3WEB_EXPORTS');
|