Home
last modified time | relevance | path

Searched refs:last (Results 251 – 275 of 311) sorted by relevance

1...<<111213

/PHP-7.2/ext/dom/
H A Ddom_iterators.c81 ret->last = NULL; in create_notation()
/PHP-7.2/ext/bcmath/libbcmath/
H A Daclocal.m4113 dnl and everything past the last "/".
/PHP-7.2/Zend/
H A Dzend_execute.c1155 EG(current_execute_data)->func->op_array.last; in zend_wrong_string_offset()
2502 zend_op *last = EX(func)->op_array.opcodes + op_num; in cleanup_live_vars() local
2503 while ((last->opcode != ZEND_ROPE_ADD && last->opcode != ZEND_ROPE_INIT) in cleanup_live_vars()
2504 || last->result.var != var_num) { in cleanup_live_vars()
2505 ZEND_ASSERT(last >= EX(func)->op_array.opcodes); in cleanup_live_vars()
2506 last--; in cleanup_live_vars()
2508 if (last->opcode == ZEND_ROPE_INIT) { in cleanup_live_vars()
2511 int j = last->extended_value; in cleanup_live_vars()
H A Dzend_operators.c2282 int last=0; /* Shut up the compiler warning */ in increment_string() local
2312 last=LOWER_CASE; in increment_string()
2321 last=UPPER_CASE; in increment_string()
2330 last = NUMERIC; in increment_string()
2344 switch (last) { in increment_string()
H A Dzend_compile.c668 zend_op *end = op_array->opcodes + op_array->last; in zend_start_live_range_ex()
751 zend_op *opline = &CG(active_op_array)->opcodes[CG(active_op_array)->last-1]; in zend_do_free()
1098 && old_function->op_array.last > 0) { in do_bind_function()
1197 zend_op *opline = &CG(active_op_array)->opcodes[CG(active_op_array)->last-1]; in zend_do_early_binding()
2192 …if (CG(active_op_array)->last && CG(active_op_array)->opcodes[CG(active_op_array)->last - 1].opcod… in zend_emit_tick()
6727 uint32_t num = CG(active_op_array)->last; in zend_compile_namespace()
7675 zend_ast *last = CG(ast); in zend_compile_const() local
7677 while (last && last->kind == ZEND_AST_STMT_LIST) { in zend_compile_const()
7678 zend_ast_list *list = zend_ast_get_list(last); in zend_compile_const()
7682 last = list->child[list->children-1]; in zend_compile_const()
[all …]
H A Dzend_vm_gen.php1341 $last = 0;
1343 while (++$last < $num) {
1346 $last = $num;
/PHP-7.2/ext/
H A Dext_skel346 code and repeat the last two steps as often as necessary.
/PHP-7.2/
H A DREADME.RELEASE_PROCESS59 1. Check windows snapshot builder logs (http://windows.php.net/downloads/snaps/ the last revision)
204 This is to fetch the last commit id from php-distributions.git and commit this
205 last commit id to web/php.git, then, mirrors will now sync
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_bp.c506 if (op_array->last <= brake->opline_num) { in phpdbg_resolve_op_array_break()
508 …%d oplines in function %s (breaking at opline %ld impossible)", op_array->last, brake->func_name, … in phpdbg_resolve_op_array_break()
510 …nly %d oplines in file %s (breaking at opline %ld impossible)", op_array->last, brake->class_name,… in phpdbg_resolve_op_array_break()
512 … oplines in method %s::%s (breaking at opline %ld impossible)", op_array->last, brake->class_name,… in phpdbg_resolve_op_array_break()
H A Dphpdbg_prompt.c675 } while (++opline < op_array->opcodes + op_array->last); in phpdbg_skip_line_helper()
718 } while (++opline < op_array->opcodes + op_array->last); in phpdbg_seek_to_end()
1183 phpdbg_writeln("info", "ops=\"%d\"", "Opcodes %d", PHPDBG_G(ops)->last); in PHPDBG_COMMAND()
H A Dphpdbg_watch.c609 hti->last = hti->ht->arData + pos;
610 hti->last_str = hti->last->key;
611 hti->last_idx = hti->last->h;
H A Dphpdbg.c499 zend_op *end = op_array->opcodes + op_array->last; in phpdbg_oplog_fill_executable()
506 …if (op_array->last >= 1 && (((end - 1)->opcode == ZEND_RETURN || (end - 1)->opcode == ZEND_RETURN_… in phpdbg_oplog_fill_executable()
507 …&& ((op_array->last > 1 && ((end - 2)->opcode == ZEND_RETURN || (end - 2)->opcode == ZEND_RETURN_B… in phpdbg_oplog_fill_executable()
/PHP-7.2/sapi/fpm/tests/
H A Dtester.inc117 * The last response for the request call
828 $port = ($this->ports['last'] ?? 9000 + PHP_INT_SIZE - 1) + 1;
829 $this->ports['values'][$pool] = $this->ports['last'] = $port;
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput23631 Callout 0: last capture = 1
3636 Callout 1: last capture = 1
3706 Callout 0: last capture = 1
3718 Callout 0: last capture = 1
3723 Callout 0: last capture = 1
3737 Callout 0: last capture = 2
3756 Callout 0: last capture = 3
3763 Callout 1: last capture = 1
3778 Callout 0: last capture = 1
3792 Callout 1: last capture = 1
[all …]
/PHP-7.2/ext/opcache/
H A Dzend_persist_calc.c192 ADD_DUP_SIZE(op_array->opcodes, sizeof(zend_op) * op_array->last); in zend_persist_op_array_calc_ex()
H A Dzend_accelerator_util_funcs.c507 && function2->op_array.last > 0) { in zend_accel_function_hash_copy()
551 && function2->op_array.last > 0) { in zend_accel_function_hash_copy_from_shm()
H A Dzend_persist.c428 zend_op *new_opcodes = zend_accel_memdup(op_array->opcodes, sizeof(zend_op) * op_array->last); in zend_persist_op_array_ex()
431 zend_op *end = new_opcodes + op_array->last; in zend_persist_op_array_ex()
/PHP-7.2/ext/standard/tests/array/
H A Darray_change_key_case.phpt7 or uppercase. The change depends on the last optional case parameter.
/PHP-7.2/ext/standard/tests/strings/
H A Dexplode1.phpt12 elements with the last element containing the rest of string.
/PHP-7.2/ext/phar/
H A Dphar_internal.h484 char *tsrm_strtok_r(char *s, const char *delim, char **last);
/PHP-7.2/ext/date/lib/
H A Dparse_date.re242 { "last", 0, -1 },
949 lastdayof = 'last day of';
971 reltexttext = 'next'|'last'|'previous'|'this';
1100 /* skip "last day of" or "first day of" */
1148 } else { /* last */
1651 /* to handle the format weekday + last/this/next week */
/PHP-7.2/win32/build/
H A Dconfutils.js1982 var i, dir, bd, last;
1988 last = null;
1996 if (bd == last) {
1999 last = bd;
/PHP-7.2/ext/oci8/tests/
H A Dbug51291_1.phpt2 Bug #51291 (oci_error() doesn't report last error when called two times)
/PHP-7.2/ext/opcache/Optimizer/
H A Dpass1_5.c44 zend_op *end = opline + op_array->last; in zend_optimizer_pass1()
H A Dzend_dump.c848 op_array->last, in zend_dump_op_array()
1006 const zend_op *end = opline + op_array->last; in zend_dump_op_array()

Completed in 182 milliseconds

1...<<111213