Home
last modified time | relevance | path

Searched refs:last (Results 1 – 25 of 281) sorted by path

12345678910>>...12

/PHP-5.5/
H A DINSTALL203 you only need to repeat the last three steps. You only need to
1026 In the last section, PHP was installed with only core modules. It's
H A DNEWS476 . Fixed bug #69336 (Issues with "last day of <monthname>"). (Derick Rethans)
880 . Fixed bug #67985 (Incorrect last used array index copied to new array after
3757 detected together with the last read). (Gustavo)
4020 with the last read). (Gustavo)
5119 - Fixed bug #51096 ('last day' and 'first day' are handled incorrectly when
5624 - Fixed bug #48660 (parse_ini_*(): dollar sign as last character of value
5972 . support for "first/last day of <month>" style texts.
5986 with months - like in "last saturday of februari 2008".
6092 - Fixed a bug causing miscalculations with the "last <weekday> of <n> month"
8093 - Fixed bug #33386 (ScriptControl only sees last function of class). (Rob)
[all …]
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES11 returns false rather than the position of the last occurrence of 'D'.
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
/PHP-5.5/TSRM/
H A DTSRM.c448 tsrm_tls_entry *last=NULL; in ts_free_thread() local
465 if (last) { in ts_free_thread()
466 last->next = thread_resources->next; in ts_free_thread()
475 last = thread_resources; in ts_free_thread()
490 tsrm_tls_entry *last=NULL; in ts_free_worker_threads() local
507 if (last) { in ts_free_worker_threads()
508 last->next = thread_resources->next; in ts_free_worker_threads()
513 if (last) { in ts_free_worker_threads()
514 thread_resources = last->next; in ts_free_worker_threads()
520 last = thread_resources; in ts_free_worker_threads()
H A Dtsrm_strtok_r.c17 char *tsrm_strtok_r(char *s, const char *delim, char **last) in tsrm_strtok_r() argument
22 s = *last; in tsrm_strtok_r()
38 *last = s; in tsrm_strtok_r()
41 *last = s + 1; in tsrm_strtok_r()
51 char *last;
54 token = tsrm_strtok_r(foo, "/\\", &last);
57 token = tsrm_strtok_r(NULL, "/\\", &last);
H A Dtsrm_strtok_r.h4 char *tsrm_strtok_r(char *s, const char *delim, char **last);
/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_CHANGES436 last reference to an object is destroyed the object's
494 the last catch block. If no catch block has a 'instanceof' match
H A Dbench.php119 $last = $n-1;
120 print "$Y[$last]\n";
152 $last = $n-1;
153 print "$Y[$last]\n";
168 $last = $n-1;
169 print "$Y[0] $Y[$last]\n";
207 $last = "foo_".($n-1);
208 print "$hash1[$first] $hash1[$last] $hash2[$first] $hash2[$last]\n";
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 …]
H A Dzend_compile.h276 zend_uint last; member
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_opcode.c64 op_array->last = 0; in init_op_array()
429 zend_uint next_op_num = op_array->last++; in get_next_op()
452 return op_array->last; in get_next_op_number()
464 zend_op *opline = op_array->opcodes, *end=opline+op_array->last; in zend_update_extended_info()
671 for (i = 0, j = op_array->last; i < j; i++) { in zend_resolve_finally_calls()
741 if (!(op_array->fn_flags & ZEND_ACC_INTERACTIVE) && CG(context).opcodes_size != op_array->last) { in pass_two()
742 op_array->opcodes = (zend_op *) erealloc(op_array->opcodes, sizeof(zend_op)*op_array->last); in pass_two()
743 CG(context).opcodes_size = op_array->last; in pass_two()
751 end = opline + op_array->last; in pass_two()
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()
/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/Zend/tests/
H A Dbug36513.phpt2 Bug #36513 (comment will be outputed in last line)
H A Dobjects_024.phpt14 /* last */
/PHP-5.5/Zend/tests/generators/
H A Dyield_closure.phpt2 Generator shouldn't crash if last yielded value is a closure
/PHP-5.5/build/
H A Dlibtool.m4732 # Insert the option either (1) after the last *FLAGS variable, or
1149 # Insert the option either (1) after the last *FLAGS variable, or
4312 # The last name is the one that the linker finds with -lNAME.
/PHP-5.5/ext/bcmath/libbcmath/
H A Daclocal.m4113 dnl and everything past the last "/".
/PHP-5.5/ext/com_dotnet/tests/
H A Dbug33386.phpt2 Bug #33386 (ScriptControl only sees last function of class)
/PHP-5.5/ext/curl/
H A Dinterface.c2589 struct HttpPost *last = NULL; in _php_curl_setopt() local
2641 error = curl_formadd(&first, &last, in _php_curl_setopt()
2680 error = curl_formadd(&first, &last, in _php_curl_setopt()
2694 error = curl_formadd(&first, &last, in _php_curl_setopt()
/PHP-5.5/ext/curl/tests/
H A Dcurl_error_basic.phpt20 * Description: Returns a clear text error message for the last cURL operation.
/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 */

Completed in 102 milliseconds

12345678910>>...12