Home
last modified time | relevance | path

Searched refs:PHP_VERSION (Results 126 – 150 of 191) sorted by relevance

12345678

/PHP-5.5/ext/phar/tests/zip/
H A Dopen_for_write_newfile_b.phpt6 if (version_compare(PHP_VERSION, "5.3", "<")) die("skip requires 5.3 or later");
H A Dopen_for_write_newfile_b_5_2.phpt5 <?php if (version_compare(PHP_VERSION, "5.3", ">")) die("skip requires 5.2 or earlier"); ?>
H A Dphar_begin_setstub_commitU.phpt6 if (version_compare(PHP_VERSION, "6.0", "<")) die("skip Unicode support required");
H A Dphar_begin_setstub_commit.phpt6 if (version_compare(PHP_VERSION, "6.0", ">")) die("skip pre-unicode version of PHP required");
/PHP-5.5/ext/mysql/tests/
H A Dmysql_client_encoding.phpt53 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && function_exists('is_unicode')) {
H A Dmysql_db_name.phpt37 $unicode = (boolean)(version_compare(PHP_VERSION, '5.9.9', '>') == 1);
H A Dmysql_error.phpt42 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($tmp)) {
H A Dmysql_info.phpt49 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($tmp)) {
/PHP-5.5/ext/phar/tests/tar/
H A Dopen_for_write_newfile_b.phpt6 if (version_compare(PHP_VERSION, "5.3", "<")) die("skip requires 5.3 or later");
H A Dopen_for_write_newfile_b_5_2.phpt5 <?php if (version_compare(PHP_VERSION, "5.3", ">")) die("skip requires 5.2 or earlier"); ?>
H A Drefcount1.phpt6 <?php if (version_compare(PHP_VERSION, "5.3", "<")) die("skip requires 5.3 or later"); ?>
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_subclass.phpt8 if (version_compare(PHP_VERSION, '5.0.0', '<'))
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt8 if (version_compare(PHP_VERSION, '5.1.0', '<'))
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt63 if (version_compare(PHP_VERSION, '5.3.99', '<=')) {
121 if (version_compare(PHP_VERSION, '5.3.99', '>')) {
191 if (version_compare(PHP_VERSION, '5.3.99', '>')) {
H A Dmysqli_result_references_mysqlnd.phpt13 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1))
H A Dmysqli_auth_pam.phpt9 if (version_compare(PHP_VERSION, '5.3.99') >= 0) {
H A Dmysqli_class_mysqli_result_reflection.phpt10 if (($tmp = substr(PHP_VERSION, 0, strpos(PHP_VERSION, '.'))) && ($tmp < 5))
H A Dmysqli_info.phpt33 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($tmp))
/PHP-5.5/ext/phar/tests/
H A Dfgc_edgecases.phpt6 if (version_compare(PHP_VERSION, "6.0", ">")) die("skip pre-unicode version of PHP required");
H A Dphar_oo_002.phpt6 if (version_compare(PHP_VERSION, "6.0", ">")) die("skip pre-unicode version of PHP required");
H A Dphar_oo_002U.phpt6 if (version_compare(PHP_VERSION, "6.0", "<")) die("skip requires Unicode support");
H A D027.phpt6 if (version_compare(PHP_VERSION, "6.0", ">")) die("skip pre-unicode version of PHP required");
H A D027U.phpt6 if (version_compare(PHP_VERSION, "6.0", "<")) die("skip Unicode support required");
H A Dmounteddir.phpt6 if (version_compare(PHP_VERSION, "6.0", ">")) die("skip pre-unicode version of PHP required");
H A DmounteddirU.phpt6 if (version_compare(PHP_VERSION, "6.0", "<")) die("skip Unicode support required");

Completed in 78 milliseconds

12345678