Home
last modified time | relevance | path

Searched refs:start (Results 301 – 317 of 317) sorted by relevance

1...<<111213

/PHP-5.3/ext/zip/
H A Dphp_zip.c2656 ZEND_ARG_INFO(0, start)
/PHP-5.3/ext/phar/phar/
H A Dpharcommand.inc68 'inf' => '<bang> Hash-bang line to start the archive (e.g. #!/usr/bin/php). The hash '
/PHP-5.3/scripts/dev/
H A Dgenerate-phpt.phar1620 //Opening section and start of test case array.
/PHP-5.3/Zend/
H A DZEND_CHANGES343 properties from the source object, so that developers can start
H A Dzend_vm_def.h4343 if (EX(op_array)->brk_cont_array[i].start < 0) {
4345 } else if (EX(op_array)->brk_cont_array[i].start > op_num) {
H A Dzend_compile.c752 brk_cont_element->start = get_next_op_number(CG(active_op_array)); in do_begin_loop()
763 CG(active_op_array)->brk_cont_array[CG(active_op_array)->current_brk_cont].start = -1; in do_end_loop()
H A Dzend_vm_execute.h651 if (EX(op_array)->brk_cont_array[i].start < 0) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
653 } else if (EX(op_array)->brk_cont_array[i].start > op_num) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
/PHP-5.3/
H A DNEWS447 for non-root start). (fat)
449 . Fixed bug #62033 (php-fpm exits with status 0 on some failures to start).
575 . Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX).
2023 - Fixed bug #51604 (newline in end of header is shown in start of message).
2116 - Fixed bug #49081 (DateTime::diff() mistake if start in January and interval >
3234 - Fixed bug #44842 (parse_ini_file keys that start/end with underscore).
4769 . start timeout thread only if necessary
5458 start-up on the same thread). (p dot desarnaud at wanadoo dot fr)
5476 - Fixed bug #37428 (PHP crashes on windows if there are start-up errors and
6040 - Added variable $_SERVER['REQUEST_TIME'] containing request start time.
H A Dphp.ini-development1502 ; not the end all be all of session hijacking defense, but it's a good start.
1511 ; http://php.net/session.auto-start
H A Dphp.ini-production1502 ; not the end all be all of session hijacking defense, but it's a good start.
1511 ; http://php.net/session.auto-start
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.h.in277 ** Sqlite is re-entrant, so the busy handler may start a new query.
/PHP-5.3/ext/pcre/pcrelib/
H A DREADME77 with a set of man pages whose names all start with "pcre". The one that is just
/PHP-5.3/ext/date/lib/
H A Dparse_date.re836 /* If we have a TimeZone identifier to start with, use it */
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c30151 int start = 0;
30160 if( i-start>2 || (i-start==1 && buf[start] != '.' && buf[start] != '/')
30161 || (i-start==2 && buf[start] != '.' && buf[start+1] != '.') ){
30173 start=i+1;
48797 assert( start<=iLast );
48808 put2byte(&data[addr], start);
48809 put2byte(&data[start], pbegin);
48810 put2byte(&data[start+2], size);
63361 start = sqlite3Hwtime();
102044 int start;
[all …]
/PHP-5.3/sapi/thttpd/
H A Dthttpd_patch1907 + ** if we start getting new data on this socket, "promote" it
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dgrepinput7 PATTERN at the start of a line.
/PHP-5.3/build/
H A Dlibtool.m4405 # Add some code to the start of the generated configure script which
1393 # for dependence libraries. The import file would start with
6250 # Be careful that the start marker always follows a newline.

Completed in 399 milliseconds

1...<<111213