Home
last modified time | relevance | path

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

123

/PHP-7.4/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()
241 p->modified = 0; in zend_register_ini_entries()
325 zend_bool modified; in zend_alter_ini_entry_ex() local
332 modified = ini_entry->modified; in zend_alter_ini_entry_ex()
348 if (!modified) { in zend_alter_ini_entry_ex()
351 ini_entry->modified = 1; in zend_alter_ini_entry_ex()
417 if (orig && ini_entry->modified) { in zend_ini_long()
434 if (orig && ini_entry->modified) { in zend_ini_double()
455 if (orig && ini_entry->modified) { in zend_ini_string_ex()
[all …]
/PHP-7.4/ext/date/tests/
H A Dbug65672.phpt14 $period->extra = "modified";
37 string(8) "modified"
/PHP-7.4/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 Dbug76800.phpt2 Bug #76800 (foreach inconsistent if array modified during loop)
H A Dphp_errormsg_misoptimization.phpt2 The variable $php_errormsg shouldn't be optimized as it may be unpredictably modified
H A Dunexpected_ref_bug.phpt2 Crash when function parameter modified via unexpected reference
/PHP-7.4/ext/phar/tests/
H A Dcreate_new_and_modify.phpt33 file_put_contents($pname .'/a.php', "modified!\n");
55 modified!
/PHP-7.4/ext/phar/tests/tar/
H A Dcreate_new_and_modify.phpt33 file_put_contents($pname .'/a.php', "modified!\n");
52 modified!
/PHP-7.4/ext/phar/tests/zip/
H A Dcreate_new_and_modify.phpt33 file_put_contents($pname .'/a.php', "modified!\n");
52 modified!
/PHP-7.4/ext/filter/tests/
H A Dcallback_non_modified_var.phpt2 callback function returns non modified value
/PHP-7.4/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.phpt52 echo "-- Using array_walk with default parameters to show modified array contents --\n";
91 -- Using array_walk with default parameters to show modified array contents --
/PHP-7.4/ext/reflection/tests/
H A Dbug49074.phpt2 Bug #49074 (private class static fields can be modified by using reflection)
/PHP-7.4/Zend/tests/assert/
H A Dindirect_var_access_misoptimization.phpt2 Misoptimization when variable is modified by assert()
/PHP-7.4/ext/snmp/tests/
H A Dbug64124.phpt18 # hostname variable was modified inline in netsnmp_session_init()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_change_user_set_names.phpt101 if (!$modified = mysqli_fetch_assoc($res))
105 if ($modified == $defaults)
124 if ($new == $modified) {
/PHP-7.4/ext/imap/
H A Dconfig.w3221 AC_DEFINE('HAVE_IMAP_MUTF7', 1, 'Have modified utf7 support', true);
/PHP-7.4/ext/mbstring/tests/
H A Dmb_eregi_replace.phpt38 Testfest Wuerzburg 2009-06-20 (modified by rui 2011-10-15)
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_defensive.phpt38 …ySingle(): Unable to prepare statement: 1, table sqlite_master may not be modified in %s on line %d

Completed in 31 milliseconds

123