Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.0/ext/iconv/tests/
H A Diconv_strrpos_variation3.phpt11 * Description: Find position of last occurrence of a string within another
/PHP-7.0/ext/mbstring/tests/
H A Dmb_strrchr_variation3.phpt11 * Description: Finds the last occurrence of a character in a string within another
H A Dmb_strrichr_variation3.phpt11 …* Description: Finds the last occurrence of a character in a string within another, case insensiti…
H A Dmb_strripos_variation4.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
H A Dmb_strrpos_variation4.phpt11 * Description: Find position of last occurrence of a string within another
H A Dmb_strrchr_variation4.phpt11 * Description: Finds the last occurrence of a character in a string within another
H A Dmb_strrichr_variation4.phpt11 …* Description: Finds the last occurrence of a character in a string within another, case insensiti…
/PHP-7.0/ext/opcache/Optimizer/
H A Dcompact_literals.c136 end = opline + op_array->last; in zend_optimizer_compact_literals()
503 end = opline + op_array->last; in zend_optimizer_compact_literals()
/PHP-7.0/ext/standard/tests/strings/
H A Dstrrpos_variation11.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
/PHP-7.0/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp246 &BreakIterator::last, in PHP_FUNCTION()
H A Dbreakiterator_class.cpp277 PHP_ME_MAPPING(last, breakiter_last, ainfo_biter_void, ZEND_ACC_PUBLIC)
/PHP-7.0/ext/bcmath/libbcmath/
H A Daclocal.m4113 dnl and everything past the last "/".
/PHP-7.0/ext/standard/tests/array/
H A Dend_variation1.phpt6 * Description: Advances array argument's internal pointer to the last element and return it
H A Darray_change_key_case.phpt7 or uppercase. The change depends on the last optional case parameter.
/PHP-7.0/ext/pdo_oci/tests/
H A Dbug57702.phpt108 // Since each column only has one lob descriptor, the last row is
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_insert_id.phpt77 between the second last insert and the lock, therefore don't stop just bail
/PHP-7.0/ext/dom/
H A Ddom_iterators.c77 ret->last = NULL; in create_notation()
/PHP-7.0/ext/
H A Dext_skel329 code and repeat the last two steps as often as necessary.
/PHP-7.0/Zend/
H A DREADME.ZEND_VM98 At last you can debug executor using original zend_vm_def.h or generated file
H A Dzend_execute.c2596 zend_op *last = EX(func)->op_array.opcodes + op_num; in cleanup_live_vars() local
2597 while ((last->opcode != ZEND_ROPE_ADD && last->opcode != ZEND_ROPE_INIT) in cleanup_live_vars()
2598 || last->result.var != brk_opline->op1.var) { in cleanup_live_vars()
2599 ZEND_ASSERT(last >= EX(func)->op_array.opcodes); in cleanup_live_vars()
2600 last--; in cleanup_live_vars()
2602 if (last->opcode == ZEND_ROPE_INIT) { in cleanup_live_vars()
2605 int j = last->extended_value; in cleanup_live_vars()
/PHP-7.0/
H A DREADME.RELEASE_PROCESS59 1. Check windows snapshot builder logs (http://windows.php.net/downloads/snaps/ the last revision)
193 This is to fetch the last commit id from php-distributions.git and commit this
194 last commit id to web/php.git, then, mirrors will now sync
/PHP-7.0/Zend/RFCs/
H A D002.txt67 A namespace may have a name containing a ":", it is always the last
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_bp.c492 if (op_array->last <= brake->opline_num) { in phpdbg_resolve_op_array_break()
494 …%d oplines in function %s (breaking at opline %ld impossible)", op_array->last, brake->func_name, … in phpdbg_resolve_op_array_break()
496 …nly %d oplines in file %s (breaking at opline %ld impossible)", op_array->last, brake->class_name,… in phpdbg_resolve_op_array_break()
498 … oplines in method %s::%s (breaking at opline %ld impossible)", op_array->last, brake->class_name,… in phpdbg_resolve_op_array_break()
/PHP-7.0/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.0/ext/opcache/
H A Dzend_persist_calc.c197 ADD_DUP_SIZE(op_array->opcodes, sizeof(zend_op) * op_array->last); in zend_persist_op_array_calc_ex()

Completed in 77 milliseconds

12345678910>>...12