Searched refs:PHP_VERSION (Results 1 – 25 of 226) sorted by relevance
12345678910
/PHP-7.0/Zend/tests/use_const/ |
H A D | shadow_core.phpt | 8 use const foo\PHP_VERSION; 10 var_dump(PHP_VERSION);
|
/PHP-7.0/ext/opcache/tests/ |
H A D | bug66176.phpt | 16 $a = array(PHP_VERSION => 1); 17 var_dump(foo(PHP_VERSION));
|
/PHP-7.0/Zend/tests/use_const/includes/ |
H A D | foo_php_version.php | 5 const PHP_VERSION = 42; define
|
/PHP-7.0/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-7.0/main/ |
H A D | php_version.h | 7 #define PHP_VERSION "7.0.33-dev" macro
|
/PHP-7.0/Zend/tests/ |
H A D | bug69315.phpt | 11 var_dump(defined("PHP_VERSION")); 12 var_dump(constant("PHP_VERSION"));
|
/PHP-7.0/ext/mysqli/ |
H A D | php_mysqli.h | 30 #define PHP_MYSQLI_VERSION PHP_VERSION
|
/PHP-7.0/ext/standard/ |
H A D | php_standard.h | 65 #define PHP_STANDARD_VERSION PHP_VERSION
|
/PHP-7.0/ext/ctype/ |
H A D | php_ctype.h | 23 #define PHP_CTYPE_VERSION PHP_VERSION
|
/PHP-7.0/ext/pspell/ |
H A D | php_pspell.h | 28 #define PHP_PSPELL_VERSION PHP_VERSION
|
/PHP-7.0/ext/pdo_mysql/ |
H A D | php_pdo_mysql.h | 28 #define PHP_PDO_MYSQL_VERSION PHP_VERSION
|
/PHP-7.0/ext/pdo_pgsql/ |
H A D | php_pdo_pgsql.h | 30 #define PHP_PDO_PGSQL_VERSION PHP_VERSION
|
/PHP-7.0/ext/mysqli/tests/ |
H A D | skipifunicode.inc | 2 if (version_compare(PHP_VERSION, '6.0', '==') == 1) {
|
/PHP-7.0/ext/exif/ |
H A D | php_exif.h | 25 #define PHP_EXIF_VERSION PHP_VERSION
|
/PHP-7.0/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-7.0/ext/pdo_firebird/ |
H A D | php_pdo_firebird.h | 26 #define PHP_PDO_FIREBIRD_VERSION PHP_VERSION
|
/PHP-7.0/ext/pdo_oci/ |
H A D | php_pdo_oci.h | 28 #define PHP_PDO_OCI_VERSION PHP_VERSION
|
/PHP-7.0/ext/readline/ |
H A D | php_readline.h | 33 #define PHP_READLINE_VERSION PHP_VERSION
|
/PHP-7.0/ext/recode/ |
H A D | php_recode.h | 30 #define PHP_RECODE_VERSION PHP_VERSION
|
/PHP-7.0/ext/pdo_mysql/tests/ |
H A D | skipif.inc | 5 if (version_compare(PHP_VERSION, '5.1.0') < 0)
|
/PHP-7.0/ext/pdo_dblib/ |
H A D | php_pdo_dblib.h | 34 #define PHP_PDO_DBLIB_VERSION PHP_VERSION
|
/PHP-7.0/ext/wddx/ |
H A D | php_wddx.h | 30 #define PHP_WDDX_VERSION PHP_VERSION
|
/PHP-7.0/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-7.0/sapi/embed/ |
H A D | config.w32 | 9 …SAPI('embed', 'php_embed.c', 'php' + PHP_VERSION + 'embed.lib', '/DZEND_ENABLE_STATIC_TSRMLS_CACHE…
|
/PHP-7.0/ext/pdo_odbc/ |
H A D | php_pdo_odbc.h | 28 #define PHP_PDO_ODBC_VERSION PHP_VERSION
|
Completed in 30 milliseconds
12345678910