Home
last modified time | relevance | path

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

1234567891011

/PHP-5.4/ext/iconv/tests/
H A Diconv_strrpos_variation3.phpt11 * Description: Find position of last occurrence of a string within another
/PHP-5.4/ext/standard/
H A Dvar_unserializer.c40 var_entries *var_hash = (*var_hashx)->last; in var_push()
53 ((var_entries *) (*var_hashx)->last)->next = var_hash; in var_push()
56 (*var_hashx)->last = var_hash; in var_push()
H A Dvar_unserializer.re38 var_entries *var_hash = (*var_hashx)->last;
51 ((var_entries *) (*var_hashx)->last)->next = var_hash;
54 (*var_hashx)->last = var_hash;
/PHP-5.4/ext/mbstring/tests/
H A Dmb_strrichr_variation3.phpt11 …* Description: Finds the last occurrence of a character in a string within another, case insensiti…
H A Dmb_strrchr_variation3.phpt11 * Description: Finds the last occurrence of a character in 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-5.4/ext/standard/tests/strings/
H A Dstrrpos_variation11.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dexplode1.phpt12 elements with the last element containing the rest of string.
/PHP-5.4/ext/
H A Dext_skel297 code and repeat the last two steps as often as necessary.
/PHP-5.4/
H A DREADME.RELEASE_PROCESS49 1. Check windows snapshot builder logs (http://windows.php.net/downloads/snaps/ the last revision)
177 This is to fetch the last commit id from php-distributions.git and commit this
178 last commit id to web/php.git, then, mirrors will now sync
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES11 returns false rather than the position of the last occurrence of 'D'.
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_insert_id.phpt77 between the second last insert and the lock, therefore don't stop just bail
/PHP-5.4/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-5.4/Zend/
H A DREADME.ZEND_VM98 At last you can debug executor using original zend_vm_def.h or generated file
H A Dzend_operators.c1722 int last=0; /* Shut up the compiler warning */ in increment_string() local
1748 last=LOWER_CASE; in increment_string()
1757 last=UPPER_CASE; in increment_string()
1766 last = NUMERIC; in increment_string()
1782 switch (last) { in increment_string()
H A Dzend_compile.c667 (CG(active_op_array)->last == 0 || in fetch_simple_variable_ex()
1313 if (CG(active_op_array)->last == 0 || in zend_do_end_variable_parse()
1452 zend_op *opline = &CG(active_op_array)->opcodes[CG(active_op_array)->last-1]; in zend_do_free()
2706 CG(active_op_array)->last--; in zend_do_mark_last_catch()
3134 zend_op *end = op + ((zend_op_array *)fptr)->last; in zend_get_function_declaration()
4256 && old_function->op_array.last > 0) { in do_bind_function()
4431 zend_op *opline = &CG(active_op_array)->opcodes[CG(active_op_array)->last-1]; in zend_do_early_binding()
6021 if (CG(active_op_array)->last > 0 && in zend_do_foreach_begin()
6024 if (CG(active_op_array)->opcodes[CG(active_op_array)->last-1].op1_type == IS_VAR) { in zend_do_foreach_begin()
6202 int num = CG(active_op_array)->last; in zend_do_declare_stmt()
[all …]
/PHP-5.4/ext/bcmath/libbcmath/
H A Daclocal.m4113 dnl and everything past the last "/".
/PHP-5.4/ext/dom/
H A Ddom_iterators.c77 ret->last = NULL; in create_notation()
/PHP-5.4/Zend/RFCs/
H A D002.txt67 A namespace may have a name containing a ":", it is always the last
/PHP-5.4/ext/pcre/pcrelib/testdata/
H A Dtestoutput23622 Callout 0: last capture = 1
3627 Callout 1: last capture = 1
3697 Callout 0: last capture = 1
3709 Callout 0: last capture = 1
3714 Callout 0: last capture = 1
3728 Callout 0: last capture = 2
3747 Callout 0: last capture = 3
3754 Callout 1: last capture = 1
3769 Callout 0: last capture = 1
3783 Callout 1: last capture = 1
[all …]
/PHP-5.4/win32/build/
H A Dconfutils.js1601 var i, dir, bd, last;
1607 last = null;
1615 if (bd == last) {
1618 last = bd;
/PHP-5.4/ext/mysql/tests/
H A Dmysql_pconn_max_links.phpt148 …// The first connection has been closed, the last pconnect() was unable to connect -> no connectio…
/PHP-5.4/ext/date/lib/
H A Dparse_date.re248 { "last", 0, -1 },
970 lastdayof = 'last day of';
991 reltexttext = 'next'|'last'|'previous'|'this';
1092 /* skip "last day of" or "first day of" */
1140 } else { /* last */
1643 /* to handle the format weekday + last/this/next week */

Completed in 138 milliseconds

1234567891011