Home
last modified time | relevance | path

Searched refs:last (Results 201 – 225 of 244) sorted by relevance

12345678910

/php-src/ext/dba/tests/setup/
H A Dsetup_dba_tests.inc62 dba_insert("key5", "The last content string", $db_file);
/php-src/ext/dom/lexbor/lexbor/css/
H A Dproperty.h194 lxb_css_hanging_punctuation_type_t last; member
214 lxb_css_property_family_name_t *last; member
/php-src/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c417 trace_buffer[1].last = 0; \
422 trace_buffer[1].last = idx; \
H A Dzend_jit.c324 const zend_op *end = op_array->opcodes + op_array->last; in zend_jit_needs_call_chain()
2903 for (i = 0; i < op_array->last; i++) { in zend_jit_hot_func()
2959 for (i = 0; i < op_array->last; i++) { in zend_jit_restart_hot_counters()
2985 …n*)zend_shared_alloc(sizeof(zend_jit_op_array_hot_extension) + (op_array->last - 1) * sizeof(void*… in zend_jit_setup_hot_counters()
2992 for (i = 0; i < op_array->last; i++) { in zend_jit_setup_hot_counters()
H A Dzend_jit_trace.c882 ZEND_ASSERT((tssa_opcodes[def] - op_array->opcodes) < op_array->last); in zend_jit_trace_copy_ssa_var_info()
905 ZEND_ASSERT((tssa_opcodes[use] - op_array->opcodes) < op_array->last); in zend_jit_trace_copy_ssa_var_info()
953 ZEND_ASSERT((tssa_opcodes[def] - op_array->opcodes) < op_array->last); in zend_jit_trace_copy_ssa_var_range()
1001 ZEND_ASSERT((tssa_opcodes[def] - op_array->opcodes) < op_array->last); in zend_jit_trace_restrict_ssa_var_info()
2710 uint32_t idx = trace_buffer[1].last; in zend_jit_trace_build_tssa()
7434 for (i = 0; i < op_array->last; i++) { in zend_jit_stop_hot_trace_counters()
7876 opline < EX(func)->op_array.opcodes + EX(func)->op_array.last); in zend_jit_trace_hot_root()
7956 uint32_t idx = trace_buffer[1].last; in zend_jit_trace_hot_root()
8321 uint32_t idx = trace_buffer[1].last; in zend_jit_trace_hot_side()
8606 for (i = 0; i < op_array->last; i++) { in zend_jit_restart_hot_trace_counters()
[all …]
H A Dzend_jit_internal.h402 uint32_t last; member
/php-src/ext/opcache/
H A Dzend_persist_calc.c254 ADD_SIZE(sizeof(zend_op) * op_array->last); in zend_persist_op_array_calc_ex()
H A Dzend_persist.c523 …zend_op *new_opcodes = zend_shared_memdup_put(op_array->opcodes, sizeof(zend_op) * op_array->last); in zend_persist_op_array_ex()
525 zend_op *end = new_opcodes + op_array->last; in zend_persist_op_array_ex()
H A Dzend_file_cache.c526 end = opline + op_array->last;
1378 end = opline + op_array->last;
H A DZendAccelerator.c3821 zend_op *end = opline + op_array->last;
4077 zend_op *end = opline + script->script.main_op_array.last;
4118 zend_op *end = opline + script->script.main_op_array.last;
4476 script->script.main_op_array.last = 1;
/php-src/win32/build/
H A Dconfutils.js2058 var i, dir, bd, last;
2064 last = null;
2072 if (bd == last) {
2075 last = bd;
/php-src/Zend/
H A Dzend_compile.c140 return CG(active_op_array)->last; in get_next_op_number()
146 uint32_t next_op_num = op_array->last++; in get_next_op()
1219 && old_function->op_array.last > 0) { in do_bind_function_error()
2273 …if (CG(active_op_array)->last && CG(active_op_array)->opcodes[CG(active_op_array)->last - 1].opcod… in zend_emit_tick()
9626 opline = &CG(active_op_array)->opcodes[CG(active_op_array)->last-1]; in zend_compile_assign_coalesce()
10032 zend_ast *last = CG(ast); in zend_compile_const() local
10034 while (last && last->kind == ZEND_AST_STMT_LIST) { in zend_compile_const()
10035 zend_ast_list *list = zend_ast_get_list(last); in zend_compile_const()
10039 last = list->child[list->children-1]; in zend_compile_const()
10041 if (last && last->kind == ZEND_AST_HALT_COMPILER) { in zend_compile_const()
[all …]
H A Dzend_operators.c2515 int last=0; /* Shut up the compiler warning */ in increment_string() local
2564 last=LOWER_CASE; in increment_string()
2573 last=UPPER_CASE; in increment_string()
2582 last = NUMERIC; in increment_string()
2596 switch (last) { in increment_string()
H A Dzend_compile.h473 uint32_t last; /* number of opcodes */ member
/php-src/Zend/Optimizer/
H A Dzend_dump.c956 op_array->last, in zend_dump_op_array()
1098 const zend_op *end = opline + op_array->last; in zend_dump_op_array()
H A Dzend_inference.c135 } else if ((uint32_t)line+1 < op_array->last && \
262 int last; member
331 } else if ((uint32_t)use+1 < op_array->last && in zend_scc_next()
393 iterators[var].last = -1; in zend_ssa_check_scc_var()
403 if (iterators[var].last >= 0) { in zend_ssa_check_scc_var()
405 var2 = iterators[var].last; in zend_ssa_check_scc_var()
412 iterators[var].last = var2; in zend_ssa_check_scc_var()
2068 } else if (use + 1 < op_array->last in add_usages()
H A Dzend_ssa.c1063 ssa->ops = zend_arena_calloc(arena, op_array->last, sizeof(zend_ssa_op)); in zend_build_ssa()
1064 memset(ssa->ops, 0xff, op_array->last * sizeof(zend_ssa_op)); in zend_build_ssa()
1107 for (i = op_array->last - 1; i >= 0; i--) { in zend_ssa_compute_use_def_chains()
H A Dblock_pass.c997 op_array->last = len; in assemble_code_blocks()
1103 memset(cfg->map, -1, sizeof(int) * op_array->last); in assemble_code_blocks()
/php-src/ext/date/lib/
H A Dparse_date.re258 { "last", 0, -1 },
1115 lastdayof = 'last day of';
1137 reltexttext = 'next'|'last'|'previous'|'this';
1278 /* skip "last day of" or "first day of" */
1326 } else { /* last */
1847 /* to handle the format weekday + last/this/next week */
/php-src/main/
H A Dmain.c376 char *last = NULL; in php_binary_init() local
380 search_dir = php_strtok_r(path, ":", &last); in php_binary_init()
388 search_dir = php_strtok_r(NULL, ":", &last); in php_binary_init()
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt78 // last host specification should be the one used
/php-src/
H A DNEWS277 <<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c4886 StkId top=L->base+last+1;
4912 last-=n-1;
5245 int last;
5254 last=((c-1)*50)+n;
5255 if(last>h->sizearray)
5256 luaH_resizearray(L,h,last);
5259 setobj(L,luaH_setnum(L,h,last--),val);
6505 int i,last;
6509 last=luaL_opt(L,luaL_checkint,4,luaL_getn(L,1));
6511 for(;i<last;i++){
[all …]
H A Ddasm_x86.lua122 local last = actlist[nn] or 255
134 out:write(s, last, "\n};\n\n") -- Add last byte back.
/php-src/sapi/fpm/tests/
H A Dtester.inc136 * The last response for the request call
1343 $port = ($this->ports['last'] ?? 9000 + PHP_INT_SIZE - 1) + 1;
1344 $this->ports['values'][$pool] = $this->ports['last'] = $port;

Completed in 186 milliseconds

12345678910