Home
last modified time | relevance | path

Searched refs:i (Results 1751 – 1753 of 1753) sorted by relevance

1...<<71

/PHP-5.5/Zend/
H A Dzend_vm_execute.h530 zend_uint i=0; in zend_do_fcall_common_helper_SPEC() local
535 zend_verify_arg_type(fbc, ++i, *(p-arg_count), 0 TSRMLS_CC); in zend_do_fcall_common_helper_SPEC()
983 int i; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER() local
998 for (i=0; i<EG(active_op_array)->last_try_catch; i++) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
999 if (EG(active_op_array)->try_catch_array[i].try_op > op_num) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1004 catch_op_num = EX(op_array)->try_catch_array[i].catch_op; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1034 for (i=0; i<EX(op_array)->last_brk_cont; i++) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1035 if (EX(op_array)->brk_cont_array[i].start < 0) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1037 } else if (EX(op_array)->brk_cont_array[i].start > op_num) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1040 } else if (op_num < EX(op_array)->brk_cont_array[i].brk) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
[all …]
/PHP-5.5/
H A DNEWS1254 . Fixed bug #66946i (fileinfo: extensive backtracking in awk rule regular
1299 . Fixed Request #66574i (Allow multiple paths in php_ini_scanned_path). (Remi)
1656 . Fixed bug #62691 (solaris sed has no -i switch). (Chris Jones)
2472 (i dot am dot jack dot mail at gmail dot com)
3458 (r dot i dot k at free dot fr, Ilia)
4645 . Fixed bug #48831 (php -i has different output to php --ini). (Richard,
6317 - Updated timezone database to version 2009.9 (2009i) (Derick)
7140 - Fixed bug #42453 (CGI SAPI does not shut down cleanly with -i/-m/-v cmdline
7210 - Fixed money_format() not to accept multiple %i or %n tokens.
/PHP-5.5/ext/standard/
H A Dhtml_tables.h1095 #define ENT_CODE_POINT_FROM_STAGES(i,j,k) (((i) << 12) | ((j) << 6) | (k)) argument

Completed in 174 milliseconds

1...<<71