Home
last modified time | relevance | path

Searched refs:last (Results 76 – 100 of 311) sorted by relevance

12345678910>>...13

/PHP-7.2/ext/standard/tests/class_object/
H A Dis_subclass_of_error_001.phpt22 //Test is_subclass_of with invalid last argument
27 //Test is_subclass_of with invalid last argument
/PHP-7.2/ext/standard/tests/general_functions/
H A Dbug70249.phpt12 // ensure "flush()" is called last when there are multiple shutdown functions
/PHP-7.2/ext/date/tests/
H A Dbug41599.phpt7 $start = new DateTime('2008-01-17 last Monday');
/PHP-7.2/ext/session/
H A Dmod_files.c375 const char *p, *last; in PS_OPEN_FUNC() local
391 last = save_path; in PS_OPEN_FUNC()
394 argv[argc++] = last; in PS_OPEN_FUNC()
395 last = ++p; in PS_OPEN_FUNC()
399 argv[argc++] = last; in PS_OPEN_FUNC()
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dst.c494 st_table_entry *ptr, *last, *tmp; local
499 last = 0;
516 last = ptr;
523 if (last == 0) {
527 last->next = ptr->next;
/PHP-7.2/ext/dba/tests/
H A Ddba_qdbm.phpt32 string(23) "The last content string"
H A Ddba_lmdb.phpt36 string(23) "The last content string"
H A Ddba004.phpt17 dba_insert("key5", "The last content string", $db_file);
H A Ddba_gdbm.phpt34 string(23) "The last content string"
/PHP-7.2/ext/mbstring/tests/
H A Dmb_substr.phpt21 // Note: returns last character
H A Dmb_strrpos_error2.phpt11 * Description: Find position of last occurrence of a string within another
/PHP-7.2/tests/output/
H A Dob_flush_error_001.phpt6 …* Description: Flush (send) contents of the output buffer. The last buffer content is sent to next…
/PHP-7.2/ext/opcache/tests/
H A Dbug78189.phpt2 Bug #78189 (file cache strips last character of uname hash)
/PHP-7.2/ext/posix/tests/
H A Dposix_get_last_error_error.phpt10 * Description: Retrieve the error number set by the last posix function which failed.
/PHP-7.2/Zend/tests/
H A Dobjects_024.phpt14 /* last */
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_call_graph.c86 zend_op *end = opline + op_array->last; in zend_analyze_calls()
93 call_stack = do_alloca((op_array->last / 2) * sizeof(zend_call_info*), use_heap); in zend_analyze_calls()
280 map = zend_arena_calloc(arena, sizeof(zend_call_info *), op_array->last); in zend_build_call_map()
H A Doptimize_func_calls.c153 zend_op *end = opline + op_array->last; in zend_optimize_func_calls()
158 if (op_array->last < 2) { in zend_optimize_func_calls()
163 call_stack = zend_arena_calloc(&ctx->arena, op_array->last / 2, sizeof(optimizer_call_info)); in zend_optimize_func_calls()
/PHP-7.2/ext/intl/
H A DERROR.CONVENTIONS4 :: The last error is always stored globally.
23 The internal PHP code can set the global last error with:
28 and by passing NULL as the first parameter. The last function is a combination
34 :: The last is ALSO stored in the object whose method call triggered the error,
/PHP-7.2/Zend/
H A Dzend_opcode.c61 op_array->last = 0; in init_op_array()
463 uint32_t next_op_num = op_array->last++; in get_next_op()
480 return op_array->last; in get_next_op_number()
492 zend_op *opline = op_array->opcodes, *end=opline+op_array->last; in zend_update_extended_info()
579 if (CG(context).opcodes_size != op_array->last) { in pass_two()
580 op_array->opcodes = (zend_op *) erealloc(op_array->opcodes, sizeof(zend_op)*op_array->last); in pass_two()
581 CG(context).opcodes_size = op_array->last; in pass_two()
588 end = opline + op_array->last; in pass_two()
/PHP-7.2/sapi/cli/
H A Dphp_cli_server.c156 php_cli_server_chunk *last; member
896 buffer->last = NULL; in php_cli_server_buffer_ctor()
901 php_cli_server_chunk *last; in php_cli_server_buffer_append() local
902 for (last = chunk; last->next; last = last->next); in php_cli_server_buffer_append()
903 if (!buffer->last) { in php_cli_server_buffer_append()
908 buffer->last = last; in php_cli_server_buffer_append()
913 php_cli_server_chunk *last; in php_cli_server_buffer_prepend() local
914 for (last = chunk; last->next; last = last->next); in php_cli_server_buffer_prepend()
915 last->next = buffer->first; in php_cli_server_buffer_prepend()
916 if (!buffer->last) { in php_cli_server_buffer_prepend()
[all …]
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dgrepinputx43 This is the last line of this file.
/PHP-7.2/ext/intl/grapheme/
H A Dgrapheme_util.h31 …en, char *needle, size_t needle_len, int32_t offset, int *puchar_pos, int f_ignore_case, int last);
/PHP-7.2/ext/pcre/tests/
H A Dpreg_last_error_error.phpt7 * Description: Returns the error code of the last PCRE regex execution
/PHP-7.2/ext/standard/tests/array/
H A Dend_variation2.phpt6 * Description: Advances array argument's internal pointer to the last element and return it
/PHP-7.2/ext/standard/tests/strings/
H A Dstrrchr_variation8.phpt6 * Description: Finds the last occurrence of a character in a string.

Completed in 38 milliseconds

12345678910>>...13