Home
last modified time | relevance | path

Searched refs:changed (Results 151 – 175 of 193) sorted by relevance

12345678

/PHP-8.3/ext/intl/tests/
H A Dformatter_format6.phpt16 * TODO: doesn't pass on ICU 3.6 because 'ru' and 'de' locales changed
H A Dmsgfmt_get_set_pattern.phpt28 // Check if the pattern has been changed.
H A Dformatter_format7.phpt16 * TODO: doesn't pass on ICU 3.6 because 'ru' and 'de' locales changed
H A Dformatter_format8.phpt15 * TODO: doesn't pass on ICU 3.6 because 'ru' and 'de' locales changed
/PHP-8.3/ext/standard/tests/file/
H A Dfopencookie.phpt12 * changed the binary interface, so if haven't detected it correctly,
H A Dfgets_variation1.phpt35 var_dump( ftell($file_handle) ); // ensure that file pointer position is not changed
H A Dfgetc_variation3.phpt39 var_dump( ftell($file_handle) ); // ensure that file pointer position is not changed
H A Dtouch_variation5-win32.phpt133 echo "FAILED: $path - access time not changed\n";
H A Dtouch_variation5.phpt133 echo "FAILED: $path - access time not changed\n";
H A Dtouch_variation6-win32.phpt139 echo "FAILED: $path - access time not changed\n";
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_get_attribute.phpt31 …printf("[%03d] Call to PDO::setAttribute(int attribute, mixed value) has changed the type of value…
/PHP-8.3/win32/build/
H A Dconfig.w32.h.in29 /* Platform-Specific Configuration. Should not be changed. */
/PHP-8.3/Zend/tests/in-de-crement/
H A Dstring_increment_various.phpt49 // Will get converted to float on the second increment as it gets changed to a
/PHP-8.3/ext/phar/tests/
H A Dphar_metadata_write3.phpt80 Warning: Phar::getMetadata(): Maximum depth of 1 exceeded. The depth limit can be changed using the…
/PHP-8.3/ext/mbstring/tests/
H A Dgh9535.phpt2 GH-9535 (mb_strcut(): The behavior of mb_strcut in mbstring has been changed in PHP8.1)
H A Dsjis_encoding.phpt31 * compatibly with Microsoft products. This was changed in PHP 8.1.0, in an
/PHP-8.3/ext/oci8/tests/
H A Dxmltype_02.phpt95 // Query the changed row back and print it
/PHP-8.3/ext/opcache/
H A DZendAccelerator.c3743 changed = false;
3876 bool changed; local
3883 changed = false;
3936 changed = true;
3966 } while (changed);
3969 changed = false;
3986 } while (changed);
4059 bool changed; local
4068 changed = false;
4105 changed = true;
[all …]
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_change_user_set_names.phpt106 printf("[008] Not all settings have been changed\n");
H A Dmysqli_set_charset.phpt76 … printf("[015] Character set not changed? Expecting %s, got %s\n", $new_charset, $tmp['charset']);
/PHP-8.3/build/
H A Dpkg.m4223 dnl $libdir/pkgconfig, but the default can be changed by passing
246 dnl changed by passing DIRECTORY. The user can override through the
/PHP-8.3/ext/standard/html_tables/mappings/
H A DROMAN.TXT21 # b02 1998-Aug-18 Encoding changed for Mac OS 8.5; change
100 # 0xDB is changed to EURO SIGN and maps to U+20AC; the standard
137 # - Encoding changed for Mac OS 8.5; change mapping of 0xDB from
/PHP-8.3/docs/
H A Dunix-build-system.md19 * changed some configure-time constructs to run at buildconf-time
/PHP-8.3/sapi/fpm/
H A Dphp-fpm.conf.in6 ; prefix (@prefix@). This prefix can be dynamically changed by using the
/PHP-8.3/Zend/Optimizer/
H A Dzend_ssa.c915 int i, j, k, changed; in zend_build_ssa() local
957 changed = 0; in zend_build_ssa()
981 changed = 1; in zend_build_ssa()
985 } while (changed); in zend_build_ssa()

Completed in 128 milliseconds

12345678