Home
last modified time | relevance | path

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

12345678

/PHP-5.5/
H A DREADME.RELEASE_PROCESS70 ``#define PHP_VERSION "5.4.22RC1"`` and not ``#define PHP_VERSION "5.4.22-RC1"``
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)
/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/date/
H A Dphp_date.c659 PHP_VERSION, /* extension version */
/PHP-5.5/ext/filter/
H A Dconfig.m413 if test -n "$PHP_VERSION"; then
/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_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'])) {
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_error.phpt42 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($tmp)) {
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_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_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_query.phpt61 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($tmp['p_version'])) {
78 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($tmp['f_version'])) {
H A Dmysql_query_load_data_openbasedir.phpt65 if (version_compare(PHP_VERSION, '5.9.9', '>') >= 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_stat.phpt28 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($stat)) {
H A Dmysql_unbuffered_query.phpt51 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($tmp['p_version'])) {
68 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($tmp['f_version'])) {
/PHP-5.5/ext/mysqli/tests/
H A D045.phpt34 …if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && mysqli_get_server_version($link) < 50000)…
H A D065.phpt11 if (version_compare(PHP_VERSION, '5.9.9', '>') == 1) {

Completed in 76 milliseconds

12345678