Home
last modified time | relevance | path

Searched refs:end (Results 401 – 425 of 677) sorted by relevance

1...<<11121314151617181920>>...28

/PHP-7.4/ext/standard/tests/file/
H A Dfpassthru_variation.phpt33 /* Negative offsets, the file pointer should be at the end of file
H A Dfile.inc159 $name_suffix = suffix to end the common name given in name_prefix to create
290 } // end of if
299 } // end of for
407 } // end of if
484 } // end of for
558 } // end of foreach
568 }// end of compare_self_stat
H A Dfwrite_variation3.phpt15 written or the end of string reached, whichever comes first.
78 } // end of inner foreach loop
79 } // end of outer foreach loop
H A Dfwrite_variation3-win32.phpt15 written or the end of string reached, whichever comes first.
77 } // end of inner foreach loop
78 } // end of outer foreach loop
H A Dfseek_ftell_rewind_basic1.phpt50 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
51 } //end of whence loop
58 } //end of file_modes loop
59 } //end of file_content_types loop
H A Dfseek_ftell_rewind_basic2-win32-mb.phpt61 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
62 } //end of whence loop
69 } //end of file_mode loop
70 } //end of File content type loop
H A Dfseek_ftell_rewind_basic2-win32.phpt61 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
62 } //end of whence loop
69 } //end of file_mode loop
70 } //end of File content type loop
H A Dfseek_ftell_rewind_basic2.phpt61 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
62 } //end of whence loop
69 } //end of file_mode loop
70 } //end of File content type loop
/PHP-7.4/Zend/
H A Dzend_operators.c2638 while (str < end) { in zend_str_tolower_copy()
2656 register unsigned char *end = p + length; in zend_str_tolower() local
2658 while (p < end) { in zend_str_tolower()
2670 while (p < end) { in zend_str_tolower_dup_ex()
2679 while (p < end) { in zend_str_tolower_dup_ex()
2698 while (p < end) { in zend_string_tolower_ex()
2707 while (p < end) { in zend_string_tolower_ex()
3194 end -= needle_len;
3196 while (p <= end) {
3205 if (UNEXPECTED(p == end)) {
[all …]
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c783 char *end = param->str + param->len, *p = param->str; in PHPDBG_COMMAND() local
788 while (*end == '\r' || *end == '\n') *(end--) = 0; in PHPDBG_COMMAND()
789 last_byte = end[1]; in PHPDBG_COMMAND()
790 end[1] = 0; in PHPDBG_COMMAND()
795 char *buf = emalloc(end - p + 2), *q = buf; in PHPDBG_COMMAND()
854 end[1] = last_byte; in PHPDBG_COMMAND()
865 end[1] = last_byte; in PHPDBG_COMMAND()
1011 EG(vm_stack_end) = original_stack->end; in PHPDBG_COMMAND()
H A D.phpdbginit5 # Code must start and end with <: and :> respectively
H A Dphpdbg.c474 zend_op *end = op_array->opcodes + op_array->last; in phpdbg_oplog_fill_executable() local
481 …if (op_array->last >= 1 && (((end - 1)->opcode == ZEND_RETURN || (end - 1)->opcode == ZEND_RETURN_… in phpdbg_oplog_fill_executable()
482 …st > 1 && ((end - 2)->opcode == ZEND_RETURN || (end - 2)->opcode == ZEND_RETURN_BY_REF || (end - 2… in phpdbg_oplog_fill_executable()
483 || op_array->function_name == NULL || (end - 1)->extended_value == -1))) { in phpdbg_oplog_fill_executable()
484 end--; in phpdbg_oplog_fill_executable()
487 for (; cur < end; cur++) { in phpdbg_oplog_fill_executable()
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp262 goto end; in IntlPartsIterator_get_method()
268 end: in IntlPartsIterator_get_method()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_call_graph.c90 zend_op *end = opline + op_array->last; in zend_analyze_calls() local
99 while (opline != end) { in zend_analyze_calls()
H A Doptimize_func_calls.c162 zend_op *end = opline + op_array->last; in zend_optimize_func_calls() local
173 while (opline < end) { in zend_optimize_func_calls()
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_get_all.phpt31 end;";
H A Dimp_res_get_close_1.phpt34 end;";
H A Dcoll_018.phpt33 var_dump($coll1->getElem(4)); // check past the end
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_variation5.phpt16 * Test mb_ereg with anchors (start and end of string) in $pattern
/PHP-7.4/ext/standard/tests/strings/
H A Drtrim_error.phpt7 * Description: Strip whitespace (or other characters) from the end of a string.
H A Dtrim_error.phpt7 * Description: Strip whitespace (or other characters) from the beginning and end of a string.
/PHP-7.4/ext/openssl/tests/
H A Dbug74798.phpt60 $originalEnvelopeData = "String with \x0a will end in one byte more.";
/PHP-7.4/ext/standard/tests/http/
H A Dbug47021.phpt68 // Trailing space at end of header
/PHP-7.4/ext/opcache/
H A Dzend_persist.c372 zval *p, *end; in zend_persist_op_array_ex() local
380 end = p + op_array->last_literal; in zend_persist_op_array_ex()
382 while (p < end) { in zend_persist_op_array_ex()
391 zend_op *end = new_opcodes + op_array->last; in zend_persist_op_array_ex() local
394 for (; opline < end ; opline++, offset++) { in zend_persist_op_array_ex()
880 int i, end; in zend_update_parent_ce() local
894 end = parent->parent ? parent->parent->default_static_members_count : 0; in zend_update_parent_ce()
895 for (; i >= end; i--) { in zend_update_parent_ce()
/PHP-7.4/ext/pdo_oci/tests/
H A Dbug57702.phpt18 …ate 'drop table bug57702'; exception when others then if sqlcode <> -942 then raise; end if; end;";

Completed in 69 milliseconds

1...<<11121314151617181920>>...28