Home
last modified time | relevance | path

Searched refs:PHP_VERSION (Results 176 – 191 of 191) sorted by last modified time

12345678

/PHP-5.5/ext/mysql/tests/
H A Dmysql_field_flags.phpt35 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($tmp)) {
H A Dmysql_get_client_info.phpt11 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($info)) {
H A Dmysql_get_host_info.phpt28 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($info)) {
H A Dmysql_list_dbs.phpt30 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($row[0])) {
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_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_get_server_info.phpt28 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($info)) {
H A Dmysql_info.phpt49 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($tmp)) {
H A Dmysql_client_encoding.phpt53 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && function_exists('is_unicode')) {
/PHP-5.5/ext/filter/
H A Dconfig.m413 if test -n "$PHP_VERSION"; then
/PHP-5.5/ext/date/
H A Dphp_date.c659 PHP_VERSION, /* extension version */
/PHP-5.5/
H A Dconfigure.in124 PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
148 echo "#define PHP_VERSION \"$PHP_VERSION\"" >> php_version.h.new
1358 PHP_SUBST_OLD(PHP_VERSION)
H A DREADME.RELEASE_PROCESS70 ``#define PHP_VERSION "5.4.22RC1"`` and not ``#define PHP_VERSION "5.4.22-RC1"``
/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/ext/opcache/tests/
H A Dbug66176.phpt16 $a = array(PHP_VERSION => 1);
17 var_dump(foo(PHP_VERSION));

Completed in 70 milliseconds

12345678