Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/ext/mbstring/tests/
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.5/ext/dom/
H A Ddom_iterators.c77 ret->last = NULL; in create_notation()
/PHP-5.5/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.5/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.c1784 int last=0; /* Shut up the compiler warning */ in increment_string() local
1810 last=LOWER_CASE; in increment_string()
1819 last=UPPER_CASE; in increment_string()
1828 last = NUMERIC; in increment_string()
1844 switch (last) { in increment_string()
H A Dzend_execute_API.c1268 end=CG(active_op_array)->opcodes+CG(active_op_array)->last; in execute_new_code()
1312 CG(active_op_array)->last -= 1; /* get rid of that ZEND_RETURN */ in execute_new_code()
1313 EG(start_op) = CG(active_op_array)->opcodes+CG(active_op_array)->last; in execute_new_code()
H A Dzend_compile.c670 (CG(active_op_array)->last == 0 || in fetch_simple_variable_ex()
1316 if (CG(active_op_array)->last == 0 || in zend_do_end_variable_parse()
1455 zend_op *opline = &CG(active_op_array)->opcodes[CG(active_op_array)->last-1]; in zend_do_free()
2845 CG(active_op_array)->last--; in zend_do_mark_last_catch()
3326 zend_op *end = op + ((zend_op_array *)fptr)->last; in zend_get_function_declaration()
4468 && old_function->op_array.last > 0) { in do_bind_function()
4639 zend_op *opline = &CG(active_op_array)->opcodes[CG(active_op_array)->last-1]; in zend_do_early_binding()
6029 CG(active_op_array)->opcodes[CG(active_op_array)->last-1].result_type |= EXT_TYPE_UNUSED; in zend_do_fetch_static_variable()
6083 CG(active_op_array)->opcodes[CG(active_op_array)->last-1].result_type |= EXT_TYPE_UNUSED; in zend_do_fetch_global_variable()
6445 int num = CG(active_op_array)->last; in zend_do_declare_stmt()
[all …]
/PHP-5.5/ext/bcmath/libbcmath/
H A Daclocal.m4113 dnl and everything past the last "/".
/PHP-5.5/ext/standard/
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.5/
H A DREADME.RELEASE_PROCESS59 1. Check windows snapshot builder logs (http://windows.php.net/downloads/snaps/ the last revision)
190 This is to fetch the last commit id from php-distributions.git and commit this
191 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.5/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp292 PHP_ME_MAPPING(last, breakiter_last, ainfo_biter_void, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/opcache/Optimizer/
H A Dpass1_5.c12 zend_op *end = opline + op_array->last;
H A Dzend_optimizer.c282 zend_op *end = op_array->opcodes + op_array->last; in replace_tmp_by_const()
/PHP-5.5/Zend/RFCs/
H A D002.txt67 A namespace may have a name containing a ":", it is always the last
/PHP-5.5/win32/build/
H A Dconfutils.js1634 var i, dir, bd, last;
1640 last = null;
1648 if (bd == last) {
1651 last = bd;
/PHP-5.5/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-5.5/ext/standard/tests/strings/
H A Dexplode1.phpt12 elements with the last element containing the rest of string.
/PHP-5.5/ext/date/lib/
H A Dparse_date.re246 { "last", 0, -1 },
909 lastdayof = 'last day of';
930 reltexttext = 'next'|'last'|'previous'|'this';
1031 /* skip "last day of" or "first day of" */
1079 } else { /* last */
1582 /* to handle the format weekday + last/this/next week */
/PHP-5.5/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.5/ext/phar/
H A Dphar_internal.h536 char *tsrm_strtok_r(char *s, const char *delim, char **last);
/PHP-5.5/ext/oci8/tests/
H A Dbug51291_1.phpt2 Bug #51291 (oci_error() doesn't report last error when called two times)
/PHP-5.5/main/
H A Dmain.c281 char *last = NULL; in php_binary_init() local
285 search_dir = php_strtok_r(path, ":", &last); in php_binary_init()
293 search_dir = php_strtok_r(NULL, ":", &last); in php_binary_init()

Completed in 187 milliseconds

12345678910>>...12