Home
last modified time | relevance | path

Searched refs:last (Results 226 – 250 of 271) sorted by relevance

1234567891011

/PHP-7.4/docs/
H A Drelease-process.md81 the last revision.
260 This is to fetch the last commit id from php-distributions.git and commit
261 this last commit id to `web/php.git`, then, website will now sync.
/PHP-7.4/ext/standard/tests/strings/
H A Dexplode1.phpt12 elements with the last element containing the rest of string.
H A Dstrrpos_variation15.phpt8 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrpos_variation11.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
/PHP-7.4/
H A D.gitignore53 # Helper(s) generated by *nix build system to save the last configure command
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.c610 hti->last = hti->ht->arData + pos;
611 hti->last_str = hti->last->key;
612 hti->last_idx = hti->last->h;
H A Dphpdbg_prompt.c628 } while (++opline < op_array->opcodes + op_array->last); in phpdbg_skip_line_helper()
671 } while (++opline < op_array->opcodes + op_array->last); in phpdbg_seek_to_end()
1137 phpdbg_writeln("info", "ops=\"%d\"", "Opcodes %d", PHPDBG_G(ops)->last); in PHPDBG_COMMAND()
H A Dphpdbg.c474 zend_op *end = op_array->opcodes + op_array->last; in phpdbg_oplog_fill_executable()
481 …if (op_array->last >= 1 && (((end - 1)->opcode == ZEND_RETURN || (end - 1)->opcode == ZEND_RETURN_… in phpdbg_oplog_fill_executable()
482 …&& ((op_array->last > 1 && ((end - 2)->opcode == ZEND_RETURN || (end - 2)->opcode == ZEND_RETURN_B… in phpdbg_oplog_fill_executable()
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc117 * The last response for the request call
1046 $port = ($this->ports['last'] ?? 9000 + PHP_INT_SIZE - 1) + 1;
1047 $this->ports['values'][$pool] = $this->ports['last'] = $port;
/PHP-7.4/ext/ffi/
H A Dffi_parser.c271 …c int parse_enumerator(int sym, zend_ffi_dcl *enum_dcl, int64_t *min, int64_t *max, int64_t *last);
2516 int64_t min = 0, max = 0, last = -1; in parse_enumerator_list() local
2517 sym = parse_enumerator(sym, enum_dcl, &min, &max, &last); in parse_enumerator_list()
2551 sym = parse_enumerator(sym, enum_dcl, &min, &max, &last); in parse_enumerator_list()
2559 … int parse_enumerator(int sym, zend_ffi_dcl *enum_dcl, int64_t *min, int64_t *max, int64_t *last) { in parse_enumerator() argument
2568 zend_ffi_add_enum_val(enum_dcl, name, name_len, &val, min, max, last); in parse_enumerator()
/PHP-7.4/Zend/
H A Dzend_operators.c2376 int last=0; /* Shut up the compiler warning */ in increment_string() local
2406 last=LOWER_CASE; in increment_string()
2415 last=UPPER_CASE; in increment_string()
2424 last = NUMERIC; in increment_string()
2438 switch (last) { in increment_string()
H A Dzend_vm_gen.php1576 $last = 0;
1578 while (++$last < $num) {
1581 $last = $num;
H A Dzend_compile.h430 uint32_t last; /* number of opcodes */ member
/PHP-7.4/ext/opcache/
H A Dzend_persist_calc.c191 ADD_SIZE(sizeof(zend_op) * op_array->last); in zend_persist_op_array_calc_ex()
H A Dzend_persist.c389 …zend_op *new_opcodes = zend_shared_memdup_put(op_array->opcodes, sizeof(zend_op) * op_array->last); in zend_persist_op_array_ex()
391 zend_op *end = new_opcodes + op_array->last; in zend_persist_op_array_ex()
H A Dzend_file_cache.c471 end = opline + op_array->last;
1184 end = opline + op_array->last;
H A DZendAccelerator.c3857 zend_op *end = opline + op_array->last; in preload_link()
3985 zend_op *end = opline + script->script.main_op_array.last; in preload_remove_empty_includes()
4025 zend_op *end = opline + script->script.main_op_array.last; in preload_remove_empty_includes()
4566 script->script.main_op_array.last = 1; in accel_preload()
/PHP-7.4/ext/date/lib/
H A Dparse_date.re241 { "last", 0, -1 },
982 lastdayof = 'last day of';
1004 reltexttext = 'next'|'last'|'previous'|'this';
1133 /* skip "last day of" or "first day of" */
1181 } else { /* last */
1684 /* to handle the format weekday + last/this/next week */
/PHP-7.4/ext/oci8/tests/
H A Dbug51291_1.phpt2 Bug #51291 (oci_error() doesn't report last error when called two times)
/PHP-7.4/ext/opcache/Optimizer/
H A Dpass1_5.c42 zend_op *end = opline + op_array->last; in zend_optimizer_pass1()
H A Dzend_dump.c897 op_array->last, in zend_dump_op_array()
1057 const zend_op *end = opline + op_array->last; in zend_dump_op_array()
H A Dzend_ssa.c1009 ssa->ops = zend_arena_calloc(arena, op_array->last, sizeof(zend_ssa_op)); in zend_build_ssa()
1010 memset(ssa->ops, 0xff, op_array->last * sizeof(zend_ssa_op)); in zend_build_ssa()
1053 for (i = op_array->last - 1; i >= 0; i--) { in zend_ssa_compute_use_def_chains()
/PHP-7.4/win32/build/
H A Dconfutils.js2048 var i, dir, bd, last;
2054 last = null;
2062 if (bd == last) {
2065 last = bd;
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt78 // last host specification should be the one used
/PHP-7.4/main/
H A Dmain.c441 char *last = NULL; in php_binary_init() local
445 search_dir = php_strtok_r(path, ":", &last); in php_binary_init()
453 search_dir = php_strtok_r(NULL, ":", &last); in php_binary_init()

Completed in 121 milliseconds

1234567891011