Searched refs:modified (Results 1 – 25 of 68) sorted by relevance
123
/PHP-7.0/Zend/ |
H A D | zend_ini.c | 53 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 D | bug40833.phpt | 8 private $modified; 20 $this->modified[$name] = $value;
|
H A D | bug50005.phpt | 2 Bug #50005 (Throwing through Reflection modified Exception object makes segmentation fault)
|
H A D | unexpected_ref_bug.phpt | 2 Crash when function parameter modified via unexpected reference
|
/PHP-7.0/ext/phar/tests/tar/ |
H A D | create_new_and_modify.phpt | 32 file_put_contents($pname .'/a.php', "modified!\n"); 51 modified!
|
H A D | delete_in_phar_confirm.phpt | 36 if ($md5 == $md52) echo 'file was not modified';
|
/PHP-7.0/ext/phar/tests/ |
H A D | create_new_and_modify.phpt | 32 file_put_contents($pname .'/a.php', "modified!\n"); 54 modified!
|
H A D | delete_in_phar_confirm.phpt | 36 if ($md5 == $md52) echo 'file was not modified';
|
/PHP-7.0/ext/phar/tests/zip/ |
H A D | create_new_and_modify.phpt | 32 file_put_contents($pname .'/a.php', "modified!\n"); 51 modified!
|
H A D | delete_in_phar_confirm.phpt | 37 if ($md5 == $md52) echo 'file was not modified';
|
/PHP-7.0/ext/filter/tests/ |
H A D | callback_non_modified_var.phpt | 2 callback function returns non modified value
|
/PHP-7.0/ext/readline/ |
H A D | README.libedit | 3 It is taken from NetBSD (http://www.netbsd.org/) CVS repository and modified
|
/PHP-7.0/ext/standard/tests/array/ |
H A D | unexpected_array_mod_bug.phpt | 2 Crash when function parameter modified via reference
|
H A D | unexpected_array_mod_bug_variation1.phpt | 2 Crash when function parameter modified via reference while keeping orig refcount
|
H A D | array_walk_basic2.phpt | 52 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 D | array_walk_recursive_basic2.phpt | 52 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 D | bug49074.phpt | 2 Bug #49074 (private class static fields can be modified by using reflection)
|
/PHP-7.0/ext/snmp/tests/ |
H A D | bug64124.phpt | 18 # hostname variable was modified inline in netsnmp_session_init()
|
/PHP-7.0/ext/mbstring/tests/ |
H A D | mb_eregi_replace.phpt | 38 Testfest Wuerzburg 2009-06-20 (modified by rui 2011-10-15)
|
/PHP-7.0/ext/mysqli/tests/ |
H A D | mysqli_change_user_set_names.phpt | 101 if (!$modified = mysqli_fetch_assoc($res)) 105 if ($modified == $defaults) 124 if ($new == $modified) {
|
/PHP-7.0/ext/imap/ |
H A D | config.w32 | 23 AC_DEFINE('HAVE_IMAP_MUTF7', 1, 'Have modified utf7 support', true);
|
/PHP-7.0/build/ |
H A D | ax_check_compile_flag.m4 | 55 # 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 D | README.GIT-RULES | 83 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 D | com_misc.c | 85 obj->modified = 0; in php_com_wrap_variant()
|
/PHP-7.0/TSRM/m4/ |
H A D | gethostbyname.m4 | 61 # 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 34 milliseconds
123