Home
last modified time | relevance | path

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

123

/PHP-5.5/
H A DINSTALL1762 When running PHP on Windows, the configuration values can be modified
H A DNEWS1956 modified state instead of changing itself. (Derick)
5366 - Fixed bug #50005 (Throwing through Reflection modified Exception object
5545 - Fixed bug #49074 (private class static fields can be modified by using
6094 - Fixed bug causing the algorithm parameter of mhash() to be modified. (Scott)
7792 . Fixed a bug when callback function returns a non-modified value.
8091 - Fixed bug #34564 (COM extension not returning modified "out" argument) (Andy)
8180 only over modified directives instead of all. (Dmitry)
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
H A DREADME.input_filter94 * (modified) variable. Returning 0 prevents PHP from registering the variable;
/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO56 stores properties as real zval's that can be modified from outside.
165 get_property_zval_ptr - retrieves zval** for being directly modified by
H A DZEND_CHANGES392 calls the parent constructor has to be modified.
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 …]
H A Dzend_ini.h79 int modified; member
H A Dzend_vm_def.h4648 if (!EG(error_reporting_ini_entry)->modified) {
4657 EG(error_reporting_ini_entry)->modified = 1;
4689 if (EXPECTED(EG(error_reporting_ini_entry)->modified &&
H A Dzend_vm_execute.h810 if (!EG(error_reporting_ini_entry)->modified) { in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
819 EG(error_reporting_ini_entry)->modified = 1; in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
8268 if (EXPECTED(EG(error_reporting_ini_entry)->modified && in ZEND_END_SILENCE_SPEC_TMP_HANDLER()
/PHP-5.5/Zend/tests/
H A D019.phpt133 // dump the array to see that that array did not get modified
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/com_dotnet/
H A Dcom_misc.c81 obj->modified = 0; in php_com_wrap_variant()
H A Dcom_variant.c500 obj->modified = 1; in PHP_FUNCTION()
H A Dcom_wrapper.c305 if ((V_VT(dstvar) & VT_BYREF) && obj->modified ) { in disp_invokeex()
H A Dphp_com_dotnet_internal.h36 int modified; member
/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/fileinfo/tests/
H A Dmagic334 #4 string skip Apple QuickTime movie (modified)
600 # modified to fully support MPEG ADTS
603 # modified by Joerg Jenderek
4026 >4 ledate >0 \b, last modified: %s
4116 ## >>22 bedate >0 last modified: %s,
4135 ## >>25 bedate >0 last modified: %s,
5799 # modified by Joerg Jenderek, because original test
8662 >>>>>>&0 ubeqdate x \b, last modified %s
12101 #>0x406 beldate-0x7C25B080 x last modified: %s,
12119 >&18 bedate-0x7C25B080 x last modified: %s,
[all …]
/PHP-5.5/ext/filter/tests/
H A Dcallback_non_modified_var.phpt2 callback function returns non modified value
/PHP-5.5/ext/imap/
H A Dconfig.w3223 AC_DEFINE('HAVE_IMAP_MUTF7', 1, 'Have modified utf7 support', true);
/PHP-5.5/ext/mbstring/libmbfl/
H A DLICENSE54 modified by someone else and passed on, the recipients should know
107 that program using a modified version of the Library.
167 a) The modified work must itself be a software library.
169 b) You must cause the files modified to carry prominent notices
175 d) If a facility in the modified Library refers to a function or a
190 These requirements apply to the modified work as a whole. If
292 user can modify the Library and then relink to produce a modified
293 executable containing the modified Library. (It is understood
296 to use the modified definitions.)
302 will operate properly with a modified version of the library, if
[all …]
/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/mssql/
H A Dphp_mssql.c222 if (type == PHP_INI_DISPLAY_ORIG && ini_entry->modified) { in PHP_INI_DISP()

Completed in 240 milliseconds

123