Home
last modified time | relevance | path

Searched refs:end (Results 176 – 200 of 687) sorted by relevance

12345678910>>...28

/PHP-5.6/Zend/tests/
H A Dbug41372.phpt6 end($Foo);
/PHP-5.6/ext/spl/examples/
H A Drecursivecomparedualiterator.inc19 /** Used to keep end of recursion equality. That is en leaving a nesting
20 * level we need to check whether both child iterators are at their end.
/PHP-5.6/ext/oci8/tests/
H A Dimp_res_cancel.phpt31 end;"
39 $s = oci_parse($c, "begin imp_res_cancel_proc(); end;");
H A Dlob_043.phpt22 end loop;
23 end;",
H A Ddb_op_2.phpt2 oci_set_db_operation: basic test for end-to-end tracing
/PHP-5.6/ext/mbstring/oniguruma/
H A Dregposix.c170 UChar* end; in regexec() local
193 end = (UChar* )(str + len); in regexec()
194 r = onig_search(ONIG_C(reg), (UChar* )str, end, (UChar* )str, end, in regexec()
H A Dregcomp.c55 int len = end - s; in str_dup()
517 end = sn->end; in compile_string_node()
525 for (; p < end; ) { in compile_string_node()
3197 end = sn->end; in update_string_node_case_fold()
3205 while (p < end) { in update_string_node_case_fold()
3378 end = sn->end; in expand_case_fold_string()
3385 while (p < end) { in expand_case_fold_string()
3460 if (p < end) { in expand_case_fold_string()
3907 len = end - s; in set_bm_skip()
4204 UChar *p, *end; in concat_opt_exact_info() local
[all …]
/PHP-5.6/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_2.phpt49 echo "Test 3 Setting ATTR_AUTOCOMMIT to true will commit and end the transaction\n";
63 echo "Test 4 Setting ATTR_AUTOCOMMIT to false will commit and end the transaction\n";
110 Test 3 Setting ATTR_AUTOCOMMIT to true will commit and end the transaction
114 Test 4 Setting ATTR_AUTOCOMMIT to false will commit and end the transaction
/PHP-5.6/ext/opcache/Optimizer/
H A Dpass3.c29 zend_op *end = op_array->opcodes + op_array->last; variable
39 while (opline < end) {
60 while (next_opline < end && next_opline->opcode == ZEND_NOP) {
64 if (next_opline >= end || next_opline->opcode != ZEND_ASSIGN) {
307 for(op = opline+1; op<end; op++) {
345 for(op = &op_array->opcodes[ZEND_OP2(opline).opline_num]; op<end; op++) {
420 if (next_op >= end) {
H A Dzend_optimizer.c309 zend_op *end = op_array->opcodes + op_array->last; in replace_var_by_const() local
311 while (opline < end) { in replace_var_by_const()
401 zend_op *end = op_array->opcodes + op_array->last; in replace_tmp_by_const() local
403 while (opline < end) { in replace_tmp_by_const()
545 zend_op *opline, *end; in zend_accel_optimize() local
549 end = opline + op_array->last; in zend_accel_optimize()
550 while (opline < end) { in zend_accel_optimize()
590 end = opline + op_array->last; in zend_accel_optimize()
591 while (opline < end) { in zend_accel_optimize()
/PHP-5.6/ext/xml/tests/
H A Dbug43957.phpt2 Bug #43957 (utf8_decode() bogus conversion on multibyte indicator near end of string)
/PHP-5.6/Zend/
H A Dzend_static_allocator.h34 char *end; member
H A Dzend_opcode.c357 zend_literal *end; in destroy_op_array() local
385 end = literal + op_array->last_literal; in destroy_op_array()
386 while (literal < end) { in destroy_op_array()
464 zend_op *opline = op_array->opcodes, *end=opline+op_array->last; in zend_update_extended_info() local
466 while (opline<end) { in zend_update_extended_info()
468 if (opline+1<end) { in zend_update_extended_info()
474 if (opline+1<end) { in zend_update_extended_info()
524 && op_array->try_catch_array[i].finally_end < end) { in zend_adjust_fast_call()
722 zend_op *opline, *end; in pass_two() local
751 end = opline + op_array->last; in pass_two()
[all …]
H A Dzend_language_scanner.l873 char *end; in zend_scan_escape_string() local
880 while (s<end) { in zend_scan_escape_string()
883 if (s >= end) { in zend_scan_escape_string()
1978 while (s<end) {
2090 if (*end == ';') {
2091 end++;
2094 if (*end == '\n' || *end == '\r') {
2260 end++;
2263 if (*end == '\n' || *end == '\r') {
2334 end++;
[all …]
H A Dzend_execute.h171 void **end; member
181 EG(argument_stack)->end - EG(argument_stack)->top)) { \
190 page->end = page->top + count; in zend_vm_stack_new_page()
246 (zend_uintptr_t)(EG(argument_stack)->end - EG(argument_stack)->top))) { in zend_vm_stack_alloc()
303 void **end = p - (int)(zend_uintptr_t)*p; in zend_vm_stack_clear_multiple() local
305 while (p != end) { in zend_vm_stack_clear_multiple()
/PHP-5.6/ext/ereg/regex/
H A Ddebug.ih14 /* ========= end header generated by ./mkh ========= */
/PHP-5.6/tests/output/
H A Dob_get_contents_basic_001.phpt43 echo "\ncheck that no contents found after an end\n";
70 check that no contents found after an end
/PHP-5.6/sapi/apache/
H A DapMakefile.libdir4 copy the Makefile.tmpl onto the end.
/PHP-5.6/sapi/apache_hooks/
H A DapMakefile.libdir4 copy the Makefile.tmpl onto the end.
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_unix.c82 char *tmp, *p, *end; in fpm_unix_resolve_socket_premissions() local
94 for (p=tmp ; p ; p=end) { in fpm_unix_resolve_socket_premissions()
95 if ((end = strchr(p, ','))) { in fpm_unix_resolve_socket_premissions()
96 *end++ = 0; in fpm_unix_resolve_socket_premissions()
127 for (p=tmp ; p ; p=end) { in fpm_unix_resolve_socket_premissions()
128 if ((end = strchr(p, ','))) { in fpm_unix_resolve_socket_premissions()
129 *end++ = 0; in fpm_unix_resolve_socket_premissions()
/PHP-5.6/Zend/tests/generators/
H A Dgenerator_with_keys.phpt7 end($array);
/PHP-5.6/ext/mbstring/oniguruma/enc/
H A Dunicode.c10827 while (p < end) { in onigenc_unicode_property_name_to_ctype()
10828 code = ONIGENC_MBC_TO_CODE(enc, p, end); in onigenc_unicode_property_name_to_ctype()
10962 OnigCaseFoldType flag ARG_UNUSED, const UChar** pp, const UChar* end, argument
10972 code = ONIGENC_MBC_TO_CODE(enc, p, end);
10974 if (*pp + len > end) len = end - *pp;
11158 OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, argument
11170 code = ONIGENC_MBC_TO_CODE(enc, p, end);
11308 if (p < end) {
11312 code = ONIGENC_MBC_TO_CODE(enc, p, end);
11332 if (p < end) {
[all …]
/PHP-5.6/ext/standard/tests/strings/
H A Dbug72663_2.phpt14 Notice: session_decode(): Unexpected end of serialized data in %sbug72663_2.php on line %d
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c595 goto end; in mysqlnd_stmt_execute_prepare_param_types()
633 end: in mysqlnd_stmt_execute_prepare_param_types()
701 goto end; in mysqlnd_stmt_execute_calculate_param_values_size()
715 goto end; in mysqlnd_stmt_execute_calculate_param_values_size()
761 end: in mysqlnd_stmt_execute_calculate_param_values_size()
848 goto end; in mysqlnd_stmt_execute_store_params()
865 goto end; in mysqlnd_stmt_execute_store_params()
874 goto end; in mysqlnd_stmt_execute_store_params()
884 goto end; in mysqlnd_stmt_execute_store_params()
890 goto end; in mysqlnd_stmt_execute_store_params()
[all …]
/PHP-5.6/ext/phar/tests/
H A Dbug71498.phpt16 phar error: end of central directory not found in zip-based phar "%s%ebug71498.zip"

Completed in 80 milliseconds

12345678910>>...28