Home
last modified time | relevance | path

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

123

/PHP-5.5/Zend/
H A Dzend_ini.c51 if (ini_entry->modified) { in zend_restore_ini_entry_cb()
70 ini_entry->modified = 0; in zend_restore_ini_entry_cb()
260 zend_bool modified; in zend_alter_ini_entry_ex() local
267 modified = ini_entry->modified; in zend_alter_ini_entry_ex()
283 if (!modified) { in zend_alter_ini_entry_ex()
287 ini_entry->modified = 1; in zend_alter_ini_entry_ex()
354 if (orig && ini_entry->modified) { in zend_ini_long()
371 if (orig && ini_entry->modified) { in zend_ini_double()
392 if (orig && ini_entry->modified) { in zend_ini_string_ex()
466 if (type == ZEND_INI_DISPLAY_ORIG && ini_entry->modified) { in ZEND_INI_DISP()
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dbug55871.phpt37 Warning: substr_replace(): Argument was modified while replacing in %s on line %d
41 Warning: substr_replace(): Argument was modified while replacing in %s on line %d
45 Warning: substr_replace(): Argument was modified while replacing in %s on line %d
/PHP-5.5/ext/standard/tests/array/
H A Dunexpected_array_mod_bug.phpt2 Crash when function parameter modified via reference
20 Warning: usort(): Array was modified by the user comparison function in %s on line %d
H A Darray_walk_recursive_basic2.phpt52 echo "-- Using array_walk_recursive with default parameters to show modified array contents --\n";
91 -- Using array_walk_recursive with default parameters to show modified array contents --
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-5.5/ext/spl/tests/
H A Dbug61527.phpt71 Notice: ArrayIterator::next(): Array was modified outside object and internal position is no longer…
73 Notice: ArrayIterator::key(): Array was modified outside object and internal position is no longer …
76 Notice: ArrayIterator::current(): Array was modified outside object and internal position is no lon…
87 Notice: RecursiveArrayIterator::hasChildren(): Array was modified outside object and internal posit…
90 Notice: RecursiveArrayIterator::getChildren(): Array was modified outside object and internal posit…
H A Darray_015.phpt60 Notice: ArrayIterator::next(): Array was modified outside object and internal position is no longer…
88 Notice: main(): ArrayIterator::next(): Array was modified outside object and internal position is n…
91 Notice: main(): ArrayIterator::next(): Array was modified outside object and internal position is n…
H A Dbug31346.phpt18 Notice: ArrayIterator::next(): Array was modified outside object and internal position is no longer…
/PHP-5.5/ext/phar/tests/tar/
H A Dcreate_new_and_modify.phpt32 file_put_contents($pname .'/a.php', "modified!\n");
51 modified!
/PHP-5.5/ext/phar/tests/zip/
H A Dcreate_new_and_modify.phpt32 file_put_contents($pname .'/a.php', "modified!\n");
51 modified!
H A Ddelete_in_phar_confirm.phpt37 if ($md5 == $md52) echo 'file was not modified';
/PHP-5.5/Zend/tests/
H A Dbug40833.phpt8 private $modified;
20 $this->modified[$name] = $value;
H A Dbug50005.phpt2 Bug #50005 (Throwing through Reflection modified Exception object makes segmentation fault)
H A Dunexpected_ref_bug.phpt2 Crash when function parameter modified via unexpected reference
/PHP-5.5/ext/phar/tests/
H A Dcreate_new_and_modify.phpt32 file_put_contents($pname .'/a.php', "modified!\n");
54 modified!
/PHP-5.5/ext/filter/tests/
H A Dcallback_non_modified_var.phpt2 callback function returns non modified value
/PHP-5.5/ext/readline/
H A DREADME.libedit3 It is taken from NetBSD (http://www.netbsd.org/) CVS repository and modified
/PHP-5.5/ext/reflection/tests/
H A Dbug49074.phpt2 Bug #49074 (private class static fields can be modified by using reflection)
/PHP-5.5/ext/snmp/tests/
H A Dbug64124.phpt18 # hostname variable was modified inline in netsnmp_session_init()
/PHP-5.5/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-5.5/ext/mbstring/tests/
H A Dmb_eregi_replace.phpt37 Testfest Wuerzburg 2009-06-20 (modified by rui 2011-10-15)
/PHP-5.5/ext/imap/
H A Dconfig.w3223 AC_DEFINE('HAVE_IMAP_MUTF7', 1, 'Have modified utf7 support', true);
/PHP-5.5/
H A DREADME.GIT-RULES83 modified several unrelated files, commit each group separately and
88 immediately know what was modified. Definitely include the function name
94 6. If you modified a function that is callable from PHP, prepend PHP to
/PHP-5.5/ext/ereg/regex/
H A DREADME11 Utils.h contains some things that just might have to be modified on
/PHP-5.5/ext/com_dotnet/
H A Dcom_misc.c81 obj->modified = 0; in php_com_wrap_variant()

Completed in 50 milliseconds

123