Home
last modified time | relevance | path

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

123

/PHP-7.0/Zend/
H A Dzend_ini.c53 if (ini_entry->modified) { in zend_restore_ini_entry_cb()
71 ini_entry->modified = 0; in zend_restore_ini_entry_cb()
245 p->modified = 0; in zend_register_ini_entries()
335 zend_bool modified; in zend_alter_ini_entry_ex() local
342 modified = ini_entry->modified; in zend_alter_ini_entry_ex()
358 if (!modified) { in zend_alter_ini_entry_ex()
361 ini_entry->modified = 1; in zend_alter_ini_entry_ex()
427 if (orig && ini_entry->modified) { in zend_ini_long()
444 if (orig && ini_entry->modified) { in zend_ini_double()
465 if (orig && ini_entry->modified) { in zend_ini_string_ex()
[all …]
/PHP-7.0/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-7.0/ext/phar/tests/tar/
H A Dcreate_new_and_modify.phpt32 file_put_contents($pname .'/a.php', "modified!\n");
51 modified!
H A Ddelete_in_phar_confirm.phpt36 if ($md5 == $md52) echo 'file was not modified';
/PHP-7.0/ext/phar/tests/
H A Dcreate_new_and_modify.phpt32 file_put_contents($pname .'/a.php', "modified!\n");
54 modified!
H A Ddelete_in_phar_confirm.phpt36 if ($md5 == $md52) echo 'file was not modified';
/PHP-7.0/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-7.0/ext/filter/tests/
H A Dcallback_non_modified_var.phpt2 callback function returns non modified value
/PHP-7.0/ext/readline/
H A DREADME.libedit3 It is taken from NetBSD (http://www.netbsd.org/) CVS repository and modified
/PHP-7.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.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-7.0/ext/reflection/tests/
H A Dbug49074.phpt2 Bug #49074 (private class static fields can be modified by using reflection)
/PHP-7.0/ext/snmp/tests/
H A Dbug64124.phpt18 # hostname variable was modified inline in netsnmp_session_init()
/PHP-7.0/ext/mbstring/tests/
H A Dmb_eregi_replace.phpt38 Testfest Wuerzburg 2009-06-20 (modified by rui 2011-10-15)
/PHP-7.0/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.0/ext/imap/
H A Dconfig.w3223 AC_DEFINE('HAVE_IMAP_MUTF7', 1, 'Have modified utf7 support', true);
/PHP-7.0/build/
H A Dax_check_compile_flag.m455 # modified version of the Autoconf Macro, you may extend this special
56 # exception to the GPL to apply to your modified version as well.
/PHP-7.0/
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-7.0/ext/com_dotnet/
H A Dcom_misc.c85 obj->modified = 0; in php_com_wrap_variant()
/PHP-7.0/TSRM/m4/
H A Dgethostbyname.m461 # modified version of the Autoconf Macro, you may extend this special
62 # exception to the GPL to apply to your modified version as well.

Completed in 37 milliseconds

123