Home
last modified time | relevance | path

Searched refs:changed (Results 76 – 100 of 194) sorted by relevance

12345678

/PHP-8.3/Zend/tests/traits/
H A Dbug54441.phpt19 Fatal error: The modifiers of the trait method dontKnow() are changed, but this method does not exi…
H A Dlanguage008a.phpt2 Visibility can be changed with the as aliasing construct as well.
/PHP-8.3/Zend/Optimizer/
H A Descape_analysis.c470 bool changed; in zend_ssa_escape_analysis() local
473 changed = 0; in zend_ssa_escape_analysis()
509 changed = 0; in zend_ssa_escape_analysis()
511 changed = 1; in zend_ssa_escape_analysis()
515 changed = 1; in zend_ssa_escape_analysis()
522 } while (changed); in zend_ssa_escape_analysis()
H A Dzend_cfg.c117 int j, changed; in zend_mark_reachable_blocks() local
121 changed = 0; in zend_mark_reachable_blocks()
148 changed = 1; in zend_mark_reachable_blocks()
165 changed = 1; in zend_mark_reachable_blocks()
173 changed = 1; in zend_mark_reachable_blocks()
181 changed = 1; in zend_mark_reachable_blocks()
197 } while (changed); in zend_mark_reachable_blocks()
677 int j, k, changed; in zend_cfg_compute_dominators_tree() local
693 changed = 0; in zend_cfg_compute_dominators_tree()
718 changed = 1; in zend_cfg_compute_dominators_tree()
[all …]
/PHP-8.3/tests/lang/
H A Dfunc_get_arg.005.phpt8 $a = 'changed.a';
/PHP-8.3/ext/posix/tests/
H A Dposix_setrlimit.phpt8 // On FreeBSD the second call does not report an error, though the limit isn't changed either.
/PHP-8.3/Zend/tests/
H A Dbug79793.phpt2 Bug #79793: Use after free if string used in undefined index warning is changed
H A Dbug40509.phpt2 Bug #40509 (key() function changed behaviour if global array is used within function)
H A Dbug64239_4.phpt2 Bug #64239 (debug_print_backtrace() changed behavior)
H A Dbug64239_3.phpt2 Bug #64239 (debug_print_backtrace() changed behavior)
/PHP-8.3/tests/classes/
H A Dconstants_error_003.phpt12 $a = "changed";
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_fetch_object_no_constructor.phpt30 …at all other places we throws errors but no exceptions unless the error mode has been changed:\n");
60 …that at all other places we throws errors but no exceptions unless the error mode has been changed:
H A Dmysqli_last_insert_id.phpt62 …printf("[008] The servers LAST_INSERT_ID() changed unexpectedly from %d to %d\n", $sql_id, $new_sq…
77 …printf("[011] The servers LAST_INSERT_ID() changed unexpectedly from %d to %d\n", $sql_id, $new_sq…
91 printf("[015] SQL id %d should have had changed, got %d\n", $sql_id, $new_sql_id);
106 …printf("[018] The servers LAST_INSERT_ID() changed unexpectedly from %d to %d\n", $sql_id, $new_sq…
152 …printf("[028] The servers LAST_INSERT_ID() changed unexpectedly from %d to %d\n", $sql_id, $new_sq…
164 …printf("[031] The servers LAST_INSERT_ID() changed unexpectedly from %d to %d\n", $sql_id, $new_sq…
/PHP-8.3/ext/reflection/tests/
H A Dbug64239.phpt2 Bug #64239 (ReflectionClass::getMethods() changed behavior)
/PHP-8.3/ext/session/tests/
H A Dbug73100.phpt25 Warning: session_module_name(): Session save handler module cannot be changed when a session is act…
H A Dsession_set_cookie_params_basic.phpt28 Warning: session_set_cookie_params(): Session cookie parameters cannot be changed when a session is…
H A Dsession_cache_limiter_variation1.phpt33 Warning: session_cache_limiter(): Session cache limiter cannot be changed when a session is active …
H A Dsession_cache_limiter_variation2.phpt32 Warning: session_cache_limiter(): Session cache limiter cannot be changed when a session is active …
/PHP-8.3/ext/standard/tests/array/
H A Darray_map_variation19.phpt13 $a = "changed";
/PHP-8.3/ext/curl/tests/
H A Dcurl_basic_007.phpt10 //In January 2008 , level 7.18.0 of the curl lib, many of the messages changed.
/PHP-8.3/ext/standard/tests/general_functions/
H A Dbug60723.phpt2 Bug #60723 (error_log error time has changed to UTC ignoring default timezo)
/PHP-8.3/ext/opcache/tests/jit/
H A Dgh8461-002.phpt25 // mark the file as changed (important)
/PHP-8.3/ext/standard/tests/streams/
H A Dbug69521.phpt27 $changed = stream_select($read, $write, $except, 0, 500000);
/PHP-8.3/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_variation2.phpt31 Warning: session_set_save_handler(): Session save handler cannot be changed when a session is activ…
/PHP-8.3/.github/actions/verify-generated-files/
H A Daction.yml15 # Use the -a flag for a bug in git 2.46.0, which doesn't consider changed -diff files.

Completed in 47 milliseconds

12345678