Home
last modified time | relevance | path

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

1234

/php-src/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()
360 bool modified; in zend_alter_ini_entry_ex() local
367 modified = ini_entry->modified; in zend_alter_ini_entry_ex()
383 if (!modified) { in zend_alter_ini_entry_ex()
386 ini_entry->modified = 1; in zend_alter_ini_entry_ex()
452 if (orig && ini_entry->modified) { in zend_ini_long()
469 if (orig && ini_entry->modified) { in zend_ini_double()
490 if (orig && ini_entry->modified) { in zend_ini_string_ex()
[all …]
/php-src/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-src/ext/phar/tests/zip/
H A Dcreate_new_and_modify.phpt34 file_put_contents($pname .'/a.php', "modified!\n");
52 modified!
/php-src/ext/phar/tests/tar/
H A Dcreate_new_and_modify.phpt34 file_put_contents($pname .'/a.php', "modified!\n");
52 modified!
/php-src/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
H A Dunexpected_ref_bug.phpt2 Crash when function parameter modified via unexpected reference
/php-src/ext/phar/tests/
H A Dcreate_new_and_modify.phpt34 file_put_contents($pname .'/a.php', "modified!\n");
55 modified!
/php-src/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-src/ext/date/tests/
H A Dbug65672.phpt14 $period->extra = "modified";
37 string(8) "modified"
/php-src/ext/filter/tests/
H A Dcallback_non_modified_var.phpt2 callback function returns non modified value
/php-src/ext/opcache/tests/jit/
H A Dassign_041.phpt2 JIT ASSIGN: Assign to typed reference should return modified value
/php-src/ext/standard/tests/array/
H A Dunexpected_array_mod_bug.phpt2 Crash when function parameter modified via reference

Completed in 42 milliseconds

1234