Home
last modified time | relevance | path

Searched refs:start (Results 326 – 346 of 346) sorted by relevance

1...<<11121314

/PHP-5.5/Zend/
H A Dzend_language_parser.y218 start:
H A DZEND_CHANGES343 properties from the source object, so that developers can start
H A Dzend_vm_def.h5057 if (EX(op_array)->brk_cont_array[i].start < 0) {
5059 } else if (EX(op_array)->brk_cont_array[i].start > op_num) {
H A Dzend_compile.c1073 brk_cont_element->start = get_next_op_number(CG(active_op_array)); in do_begin_loop()
1084 CG(active_op_array)->brk_cont_array[CG(context).current_brk_cont].start = -1; in do_end_loop()
H A Dzend_vm_execute.h1035 if (EX(op_array)->brk_cont_array[i].start < 0) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1037 } else if (EX(op_array)->brk_cont_array[i].start > op_num) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput16174 /^(?!:) # colon disallowed at start
6175 (?: # start of item
7934 /--- COMMIT at the start of a pattern should act like an anchor. Again,
8509 something that does not even start. Perl reports tags after the failures here,
8839 /-- This matches "ac" because SKIP forces the next match to start on the
H A Dtestoutput72293 First char at start or follows newline
H A Dgrepinput7 PATTERN at the start of a line.
/PHP-5.5/
H A Dphp.ini-development1407 ; not the end all be all of session hijacking defense, but it's a good start.
1416 ; http://php.net/session.auto-start
1898 ; that start with 'x'). Line starting with a ; are ignored (comments).
H A Dphp.ini-production1407 ; not the end all be all of session hijacking defense, but it's a good start.
1416 ; http://php.net/session.auto-start
1898 ; that start with 'x'). Line starting with a ; are ignored (comments).
H A DNEWS677 . Fixed bug #68063 (Empty session IDs do still start sessions) (Yasuo)
2824 . Fixed bug #62033 (php-fpm exits with status 0 on some failures to start).
2832 for non-root start). (fat)
3006 . Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX).
3633 . Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX).
5073 - Fixed bug #51604 (newline in end of header is shown in start of message).
6284 - Fixed bug #44842 (parse_ini_file keys that start/end with underscore).
7819 . start timeout thread only if necessary
8508 start-up on the same thread). (p dot desarnaud at wanadoo dot fr)
8526 - Fixed bug #37428 (PHP crashes on windows if there are start-up errors and
[all …]
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX-encoder.c8371 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) argument
/PHP-5.5/ext/pgsql/
H A Dpgsql.c4310 unsigned char *start, *end, buf[4]; /* 000 + '\0' */ local
4315 start = buf;
4316 *bp = (unsigned char)strtoul(start, (char **)&end, 8);
/PHP-5.5/ext/zip/
H A Dphp_zip.c2654 ZEND_ARG_INFO(0, start)
/PHP-5.5/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.5/scripts/dev/
H A Dgenerate-phpt.phar1620 //Opening section and start of test case array.
/PHP-5.5/ext/pcre/pcrelib/
H A DREADME92 with a set of man pages whose names all start with "pcre". The one that is just
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1907 + ** if we start getting new data on this socket, "promote" it
/PHP-5.5/build/
H A Dlibtool.m4405 # Add some code to the start of the generated configure script which
1399 # for dependence libraries. The import file would start with
6249 # Be careful that the start marker always follows a newline.
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch3078 const char *buf; /* start of search region */
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c31934 int start = 0;
31941 if( lockPath[i] == '/' && (i - start > 0) ){
31943 if( i-start>2 || (i-start==1 && buf[start] != '.' && buf[start] != '/')
31944 || (i-start==2 && buf[start] != '.' && buf[start+1] != '.') ){
31956 start=i+1;
71395 u64 start; /* CPU clock count at start of opcode */
71457 start = sqlite3Hwtime();
77331 if( endTime>start ) pOrigOp->cycles += endTime - start;
119561 int start;
119629 start = sqlite3VdbeCurrentAddr(v);
[all …]

Completed in 524 milliseconds

1...<<11121314