Home
last modified time | relevance | path

Searched refs:modified (Results 1 – 25 of 78) sorted by relevance

1234

/PHP-8.3/ext/spl/tests/
H A Dgh16337.phpt32 Heap cannot be changed when it is already being modified.
33 Heap cannot be changed when it is already being modified.
35 Heap cannot be changed when it is already being modified.
36 Heap cannot be changed when it is already being modified.
38 Heap cannot be changed when it is already being modified.
39 Heap cannot be changed when it is already being modified.
41 Heap cannot be changed when it is already being modified.
42 Heap cannot be changed when it is already being modified.
44 Heap cannot be changed when it is already being modified.
45 Heap cannot be changed when it is already being modified.
[all …]
/PHP-8.3/Zend/tests/match/
H A D028.phpt2 Test result of match cannot be modified by reference
10 $x = 'modified';
H A D027.phpt2 Test result of match cannot be modified by reference
10 $x = 'modified';
/PHP-8.3/Zend/
H A Dzend_ini.c55 if (ini_entry->modified) { in zend_restore_ini_entry_cb()
73 ini_entry->modified = 0; in zend_restore_ini_entry_cb()
239 p->modified = 0; in zend_register_ini_entries_ex()
361 bool modified; in zend_alter_ini_entry_ex() local
368 modified = ini_entry->modified; in zend_alter_ini_entry_ex()
384 if (!modified) { in zend_alter_ini_entry_ex()
387 ini_entry->modified = 1; in zend_alter_ini_entry_ex()
453 if (orig && ini_entry->modified) { in zend_ini_long()
470 if (orig && ini_entry->modified) { in zend_ini_double()
491 if (orig && ini_entry->modified) { in zend_ini_string_ex()
[all …]
/PHP-8.3/ext/phar/tests/tar/
H A Dcreate_new_and_modify.phpt34 file_put_contents($pname .'/a.php', "modified!\n");
52 modified!
/PHP-8.3/ext/phar/tests/zip/
H A Dcreate_new_and_modify.phpt34 file_put_contents($pname .'/a.php', "modified!\n");
52 modified!
/PHP-8.3/Zend/tests/
H A Dbug40833.phpt8 private $modified;
20 $this->modified[$name] = $value;
H A Dbug72215_3.phpt2 Bug #72215.3 (Wrong return value if var modified in finally)
H A Dbug72215.phpt2 Bug #72215 (Wrong return value if var modified in finally)
H A Dbug72215_1.phpt2 Bug #72215.1 (Wrong return value if var modified in finally)
H A Dbug72215_2.phpt2 Bug #72215.1 (Wrong return value if var modified in finally)
H A Dbug50005.phpt2 Bug #50005 (Throwing through Reflection modified Exception object makes segmentation fault)
H A Dgh13446_3.phpt2 GH-13446: Exception handler isn't restored if it is previously modified
/PHP-8.3/ext/phar/tests/
H A Dcreate_new_and_modify.phpt34 file_put_contents($pname .'/a.php', "modified!\n");
55 modified!
/PHP-8.3/Zend/tests/restrict_globals/
H A Dinvalid_assign.phpt10 Fatal error: $GLOBALS can only be modified using the $GLOBALS[$name] = $value syntax in %s on line …
H A Dinvalid_unset.phpt10 Fatal error: $GLOBALS can only be modified using the $GLOBALS[$name] = $value syntax in %s on line …
H A Dinvalid_assign_op.phpt10 Fatal error: $GLOBALS can only be modified using the $GLOBALS[$name] = $value syntax in %s on line …
H A Dinvalid_assign_list.phpt10 Fatal error: $GLOBALS can only be modified using the $GLOBALS[$name] = $value syntax in %s on line …
H A Dinvalid_assign_ref_lhs.phpt11 Fatal error: $GLOBALS can only be modified using the $GLOBALS[$name] = $value syntax in %s on line …
H A Dinvalid_foreach.phpt10 Fatal error: $GLOBALS can only be modified using the $GLOBALS[$name] = $value syntax in %s on line …
H A Dinvalid_foreach_ref.phpt10 Fatal error: $GLOBALS can only be modified using the $GLOBALS[$name] = $value syntax in %s on line …
/PHP-8.3/ext/filter/tests/
H A Dcallback_non_modified_var.phpt2 callback function returns non modified value
/PHP-8.3/ext/date/tests/
H A Dbug65672.phpt14 $period->extra = "modified";
37 string(8) "modified"
/PHP-8.3/ext/standard/tests/array/
H A Dunexpected_array_mod_bug.phpt2 Crash when function parameter modified via reference
/PHP-8.3/ext/opcache/tests/jit/
H A Dassign_041.phpt2 JIT ASSIGN: Assign to typed reference should return modified value

Completed in 34 milliseconds

1234