Home
last modified time | relevance | path

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

123

/PHP-5.3/ext/spl/tests/
H A Darray_004.phpt118 Notice: main(): ArrayIterator::next(): Array was modified outside object and internal position is n…
122 Notice: main(): ArrayIterator::next(): Array was modified outside object and internal position is n…
134 Notice: main(): ArrayIterator::current(): Array was modified outside object and is no longer an arr…
136 Notice: main(): ArrayIterator::valid(): Array was modified outside object and is no longer an array…
138 Notice: main(): ArrayIterator::current(): Array was modified outside object and is no longer an arr…
140 Notice: main(): ArrayIterator::valid(): Array was modified outside object and is no longer an array…
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.3/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()
258 zend_bool modified; in zend_alter_ini_entry_ex() local
265 modified = ini_entry->modified; in zend_alter_ini_entry_ex()
281 if (!modified) { in zend_alter_ini_entry_ex()
285 ini_entry->modified = 1; in zend_alter_ini_entry_ex()
352 if (orig && ini_entry->modified) { in zend_ini_long()
369 if (orig && ini_entry->modified) { in zend_ini_double()
390 if (orig && ini_entry->modified) { in zend_ini_string_ex()
464 if (type == ZEND_INI_DISPLAY_ORIG && ini_entry->modified) { in ZEND_INI_DISP()
[all …]
/PHP-5.3/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_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 --
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 --
/PHP-5.3/ext/phar/tests/tar/
H A Dcreate_new_and_modify.phpt24 file_put_contents($pname .'/a.php', "modified!\n");
43 modified!
H A Ddelete_in_phar_confirm.phpt28 if ($md5 == $md52) echo 'file was not modified';
/PHP-5.3/ext/phar/tests/zip/
H A Dcreate_new_and_modify.phpt24 file_put_contents($pname .'/a.php', "modified!\n");
43 modified!
H A Ddelete_in_phar_confirm.phpt29 if ($md5 == $md52) echo 'file was not modified';
/PHP-5.3/ext/phar/tests/
H A Dcreate_new_and_modify.phpt24 file_put_contents($pname .'/a.php', "modified!\n");
46 modified!
H A Ddelete_in_phar_confirm.phpt27 if ($md5 == $md52) echo 'file was not modified';
/PHP-5.3/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.3/ext/filter/tests/
H A Dcallback_non_modified_var.phpt2 callback function returns non modified value
/PHP-5.3/ext/readline/
H A DREADME.libedit3 It is taken from NetBSD (http://www.netbsd.org/) CVS repository and modified
/PHP-5.3/ext/reflection/tests/
H A Dbug49074.phpt2 Bug #49074 (private class static fields can be modified by using reflection)
/PHP-5.3/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.3/ext/mbstring/tests/
H A Dmb_eregi_replace.phpt37 Testfest Wuerzburg 2009-06-20 (modified by rui 2011-10-15)
/PHP-5.3/ext/imap/
H A Dconfig.w3223 AC_DEFINE('HAVE_IMAP_MUTF7', 1, 'Have modified utf7 support', true);
/PHP-5.3/
H A DREADME.GIT-RULES75 modified several unrelated files, commit each group separately and
80 immediately know what was modified. Definitely include the function name
86 6. If you modified a function that is callable from PHP, prepend PHP to
/PHP-5.3/ext/ereg/regex/
H A DREADME11 Utils.h contains some things that just might have to be modified on
/PHP-5.3/ext/com_dotnet/
H A Dcom_misc.c81 obj->modified = 0; in php_com_wrap_variant()

Completed in 53 milliseconds

123