Home
last modified time | relevance | path

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

123

/PHP-8.0/Zend/
H A Dzend_ini.c48 if (ini_entry->modified) { in zend_restore_ini_entry_cb()
66 ini_entry->modified = 0; in zend_restore_ini_entry_cb()
230 p->modified = 0; in zend_register_ini_entries()
314 zend_bool modified; in zend_alter_ini_entry_ex() local
321 modified = ini_entry->modified; in zend_alter_ini_entry_ex()
337 if (!modified) { in zend_alter_ini_entry_ex()
340 ini_entry->modified = 1; in zend_alter_ini_entry_ex()
406 if (orig && ini_entry->modified) { in zend_ini_long()
423 if (orig && ini_entry->modified) { in zend_ini_double()
444 if (orig && ini_entry->modified) { in zend_ini_string_ex()
[all …]
/PHP-8.0/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.0/ext/date/tests/
H A Dbug65672.phpt14 $period->extra = "modified";
37 string(8) "modified"
/PHP-8.0/Zend/tests/
H A Dbug72215_3.phpt2 Bug #72215.3 (Wrong return value if var modified in finally)
H A Dbug40833.phpt8 private $modified;
20 $this->modified[$name] = $value;
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 Dbug76800.phpt2 Bug #76800 (foreach inconsistent if array modified during loop)
H A Dunexpected_ref_bug.phpt2 Crash when function parameter modified via unexpected reference
/PHP-8.0/ext/phar/tests/
H A Dcreate_new_and_modify.phpt34 file_put_contents($pname .'/a.php', "modified!\n");
55 modified!
/PHP-8.0/ext/phar/tests/tar/
H A Dcreate_new_and_modify.phpt34 file_put_contents($pname .'/a.php', "modified!\n");
52 modified!
/PHP-8.0/ext/phar/tests/zip/
H A Dcreate_new_and_modify.phpt34 file_put_contents($pname .'/a.php', "modified!\n");
52 modified!
/PHP-8.0/ext/filter/tests/
H A Dcallback_non_modified_var.phpt2 callback function returns non modified value
/PHP-8.0/ext/standard/tests/array/
H A Dunexpected_array_mod_bug.phpt2 Crash when function parameter modified via reference
H A Dunexpected_array_mod_bug_variation1.phpt2 Crash when function parameter modified via reference while keeping orig refcount
H A Darray_walk_basic2.phpt35 echo "-- Using array_walk with default parameters to show modified array contents --\n";
74 -- Using array_walk with default parameters to show modified array contents --
H A Darray_walk_recursive_basic2.phpt35 echo "-- Using array_walk_recursive with default parameters to show modified array contents --\n";
74 -- Using array_walk_recursive with default parameters to show modified array contents --
/PHP-8.0/ext/opcache/tests/jit/
H A Dassign_041.phpt2 JIT ASSIGN: Assign to typed reference should return modified value
/PHP-8.0/ext/reflection/tests/
H A Dbug49074.phpt2 Bug #49074 (private class static fields can be modified by using reflection)
/PHP-8.0/ext/zip/tests/
H A Dbug50678.phpt2 Bug #50678 (files extracted by ZipArchive class lost their original modified time)
/PHP-8.0/ext/snmp/tests/
H A Dbug64124.phpt18 # hostname variable was modified inline in netsnmp_session_init()
/PHP-8.0/ext/imap/
H A Dconfig.w3221 AC_DEFINE('HAVE_IMAP_MUTF7', 1, 'Have modified utf7 support', true);

Completed in 35 milliseconds

123