Home
last modified time | relevance | path

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

1234567891011

/PHP-7.4/ext/mbstring/tests/
H A Dmb_strripos_error2.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
/PHP-7.4/ext/date/tests/
H A Dbug50055.phpt17 $i2 = DateInterval::createFromDateString('third Tuesday of last month');
/PHP-7.4/ext/dba/tests/
H A Ddba006.phpt17 dba_insert("key5", "The last content string", $db_file);
/PHP-7.4/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 Dstrrpos_variation13.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
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_variation3.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrchr_variation6.phpt6 * Description: Finds the last occurrence of a character in a string.
H A Dstrrpos_basic1.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'
H A Dstrrpos_variation6.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
/PHP-7.4/ext/com_dotnet/tests/
H A Dbug33386.phpt2 Bug #33386 (ScriptControl only sees last function of class)
/PHP-7.4/ext/curl/tests/
H A Dcurl_error_basic.phpt20 * Description: Returns a clear text error message for the last cURL operation.
/PHP-7.4/ext/opcache/Optimizer/
H A Doptimize_temp_vars_5.c64 opline = &op_array->opcodes[op_array->last - 1]; in zend_optimize_temporary_variables()
78 opline = &op_array->opcodes[op_array->last - 1]; in zend_optimize_temporary_variables()
H A Doptimize_func_calls.c162 zend_op *end = opline + op_array->last; in zend_optimize_func_calls()
167 if (op_array->last < 2) { in zend_optimize_func_calls()
172 call_stack = zend_arena_calloc(&ctx->arena, op_array->last / 2, sizeof(optimizer_call_info)); in zend_optimize_func_calls()
/PHP-7.4/ext/standard/tests/array/
H A Dend_basic.phpt6 * Description: Advances array argument's internal pointer to the last element and return it
H A Dend_variation3.phpt6 * Description: Advances array argument's internal pointer to the last element and return it
/PHP-7.4/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.4/tests/output/
H A Dob_flush_basic_001.phpt6 …* Description: Flush (send) contents of the output buffer. The last buffer content is sent to next…
/PHP-7.4/ext/openssl/tests/
H A Dbug55646.phpt40 die("Failed; last error: $err");
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c155 php_cli_server_chunk *last; member
976 buffer->last = NULL; in php_cli_server_buffer_ctor()
981 php_cli_server_chunk *last; in php_cli_server_buffer_append() local
982 for (last = chunk; last->next; last = last->next); in php_cli_server_buffer_append()
983 if (!buffer->last) { in php_cli_server_buffer_append()
988 buffer->last = last; in php_cli_server_buffer_append()
993 php_cli_server_chunk *last; in php_cli_server_buffer_prepend() local
994 for (last = chunk; last->next; last = last->next); in php_cli_server_buffer_prepend()
995 last->next = buffer->first; in php_cli_server_buffer_prepend()
996 if (!buffer->last) { in php_cli_server_buffer_prepend()
[all …]
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c114 goto last; in mbfl_filt_conv_html_enc()
135 last: in mbfl_filt_conv_html_enc()
/PHP-7.4/ext/dom/
H A Ddomimplementation.c223 docp->last = (xmlNodePtr) doctype; in PHP_METHOD()
234 docp->last = NULL; in PHP_METHOD()

Completed in 31 milliseconds

1234567891011