Home
last modified time | relevance | path

Searched refs:changed (Results 126 – 150 of 167) sorted by relevance

1234567

/PHP-7.4/win32/build/
H A Dconfig.w32.h.in29 /* Platform-Specific Configuration. Should not be changed. */
/PHP-7.4/ext/standard/tests/file/
H A D005_variation2.phpt23 Description: Returns the time the file was last changed, or FALSE
H A D005_variation2-win32.phpt23 Description: Returns the time the file was last changed, or FALSE
H A Dfgetc_variation3.phpt40 var_dump( ftell($file_handle) ); // ensure that file pointer position is not changed
H A Dfgets_variation1.phpt39 var_dump( ftell($file_handle) ); // ensure that file pointer position is not changed
H A D005_error.phpt15 Description: Returns the time the file was last changed, or FALSE
H A Dtouch_variation5.phpt139 echo "FAILED: $path - access time not changed\n";
H A Dfgetss_variation1-win32.phpt70 var_dump( ftell($file_handle) ); //ensure that file pointer position is not changed
H A Dfgetss_variation1.phpt66 var_dump( ftell($file_handle) ); //ensure that file pointer position is not changed
H A Dtouch_variation5-win32.phpt139 echo "FAILED: $path - access time not changed\n";
H A Dtouch_variation6-win32.phpt145 echo "FAILED: $path - access time not changed\n";
/PHP-7.4/
H A DUPGRADING.INTERNALS48 changed to accept optional lower-case class name as zend_string*,
142 Few related data structures were changed to allow addressing mutable data
154 been changed from char to int. This allows to pass the new constant macro
219 v. Compound assignment opcodes were changed. Instead of ZEND_ASSIGN_ADD (and
/PHP-7.4/ext/oci8/tests/
H A Dxmltype_02.phpt92 // Query the changed row back and print it
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c3501 changed = 0; in preload_try_resolve_constants()
3506 changed = 1; in preload_try_resolve_constants()
3678 changed = 0; in preload_link()
3774 changed = 1; in preload_link()
3782 changed = 1; in preload_link()
3790 changed = 1; in preload_link()
3795 } while (changed); in preload_link()
3971 zend_bool changed; in preload_remove_empty_includes() local
3980 changed = 0; in preload_remove_empty_includes()
4016 changed = 1; in preload_remove_empty_includes()
[all …]
/PHP-7.4/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.phpt95 … printf("[015] Character set not changed? Expecting %s, got %s\n", $new_charset, $tmp['charset']);
/PHP-7.4/ext/fileinfo/
H A Dmagicdata.patch5 4 files changed, 36 insertions(+), 42 deletions(-)
/PHP-7.4/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-7.4/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-7.4/docs/
H A Dunix-build-system.md19 * changed some configure-time constructs to run at buildconf-time
/PHP-7.4/ext/sockets/tests/
H A Dsocket_strerror.phpt102 string(22) "Remote address changed"
/PHP-7.4/Zend/
H A Dzend_vm_gen.php999 $changed = 0;
1003 $changed = 1;
1008 $changed = 1;
1013 $changed = 1;
1015 if ($changed) {
/PHP-7.4/sapi/fpm/
H A Dphp-fpm.conf.in6 ; prefix (@prefix@). This prefix can be dynamically changed by using the
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_ssa.c886 int i, j, k, changed; in zend_build_ssa() local
932 changed = 0; in zend_build_ssa()
956 changed = 1; in zend_build_ssa()
960 } while (changed); in zend_build_ssa()
/PHP-7.4/sapi/phpdbg/
H A Dxml.md520 - when there is another arg, the prompt is changed to that arg, no further xml answer
633 - <watchhit variable="" />: when ever a watched variable is changed, followed by a <watchdata…
645 - <watcharrayptr>: if this tag appears, the internal pointer of the array way changed

Completed in 222 milliseconds

1234567