Home
last modified time | relevance | path

Searched refs:last (Results 101 – 125 of 310) sorted by relevance

12345678910>>...13

/PHP-7.1/ext/mbstring/tests/
H A Dmb_strrpos_error2.phpt11 * Description: Find position of last occurrence of a string within another
H A Dmb_strrchr_error2.phpt11 * Description: Finds the last occurrence of a character in a string within another
H A Dmb_strrichr_error2.phpt11 …* Description: Finds the last occurrence of a character in a string within another, case insensiti…
H A Dmb_strripos_error2.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
/PHP-7.1/ext/iconv/tests/
H A Diconv_strrpos_error2.phpt11 * Description: Find position of last occurrence of a string within another
/PHP-7.1/ext/pdo_mysql/tests/
H A Dlast_insert_id.phpt2 PDO MySQL auto_increment / last insert id
/PHP-7.1/ext/standard/tests/strings/
H A Dstrrchr_variation7.phpt6 * Description: Finds the last occurrence of a character in a string.
H A Dstrrpos_variation5.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrchr_variation12.phpt6 * Description: Finds the last occurrence of a character in a string.
H A Dstrrchr_variation3.phpt6 * Description: Finds the last occurrence of a character in a string.
H A Dstrripos_variation5.phpt6 * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
H A Dstrrpos_variation12.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrpos_variation13.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrpos_variation3.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
/PHP-7.1/ext/com_dotnet/tests/
H A Dbug33386.phpt2 Bug #33386 (ScriptControl only sees last function of class)
/PHP-7.1/ext/curl/tests/
H A Dcurl_error_basic.phpt20 * Description: Returns a clear text error message for the last cURL operation.
/PHP-7.1/ext/date/tests/
H A Dbug50055.phpt17 $i2 = DateInterval::createFromDateString('third Tuesday of last month');
/PHP-7.1/ext/dba/tests/
H A Ddba006.phpt17 dba_insert("key5", "The last content string", $db_file);
/PHP-7.1/ext/standard/tests/file/
H A D005_error.phpt7 Description: Returns the time the file was last accessed, or FALSE
11 Description: Returns the time the file was last modified, or FALSE
15 Description: Returns the time the file was last changed, or FALSE
/PHP-7.1/ext/opcache/Optimizer/
H A Ddfa_pass.c129 shiftlist = (uint32_t *)do_alloca(sizeof(uint32_t) * op_array->last, use_heap); in zend_ssa_remove_nops()
130 memset(shiftlist, 0, sizeof(uint32_t) * op_array->last); in zend_ssa_remove_nops()
150 i + 1 < op_array->last && in zend_ssa_remove_nops()
208 if (target != op_array->last) { in zend_ssa_remove_nops()
210 for (i = target; i < op_array->last; i++) { in zend_ssa_remove_nops()
223 for (i = 0; i < op_array->last; i++) { in zend_ssa_remove_nops()
309 op_array->last = target; in zend_ssa_remove_nops()
H A Doptimize_temp_vars_5.c65 opline = &op_array->opcodes[op_array->last - 1]; in zend_optimize_temporary_variables()
79 opline = &op_array->opcodes[op_array->last - 1]; in zend_optimize_temporary_variables()
H A Dzend_cfg.c293 cfg->map = block_map = zend_arena_calloc(arena, op_array->last, sizeof(uint32_t)); in zend_build_cfg()
300 for (i = 0; i < op_array->last; i++) { in zend_build_cfg()
314 if (i + 1 < op_array->last) { in zend_build_cfg()
357 if (i + 1 < op_array->last) { in zend_build_cfg()
363 if (i + 1 < op_array->last) { in zend_build_cfg()
370 if (i + 1 < op_array->last) { in zend_build_cfg()
432 && op_array->last > 0 && block_map[0] > 1) { in zend_build_cfg()
476 for (i = 0; i < op_array->last; i++) { in zend_build_cfg()
/PHP-7.1/ext/standard/tests/array/
H A Dend_basic.phpt6 * Description: Advances array argument's internal pointer to the last element and return it
/PHP-7.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c119 goto last; in mbfl_filt_conv_html_enc()
140 last: in mbfl_filt_conv_html_enc()
/PHP-7.1/ext/dom/
H A Ddomimplementation.c220 docp->last = (xmlNodePtr) doctype; in PHP_METHOD()
231 docp->last = NULL; in PHP_METHOD()

Completed in 23 milliseconds

12345678910>>...13