Home
last modified time | relevance | path

Searched refs:start (Results 401 – 423 of 423) sorted by relevance

1...<<11121314151617

/PHP-7.1/Zend/
H A Dzend_language_parser.y265 start:
H A Dzend_hash.c440 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterators_lower_pos(HashTable *ht, HashPosition start) in zend_hash_iterators_lower_pos() argument
448 if (iter->pos >= start && iter->pos < res) { in zend_hash_iterators_lower_pos()
H A Dzend_language_scanner.c957 char *start = s + 1; in zend_scan_escape_string() local
963 if (*start != '{') { in zend_scan_escape_string()
1004 codepoint = strtoul(start + 1, NULL, 16); in zend_scan_escape_string()
H A DZEND_CHANGES343 properties from the source object, so that developers can start
H A Dzend_execute.c2500 if (range->start > op_num) { in cleanup_live_vars()
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_structs.h189 unsigned int (*mb_valid)(const char *start, const char *end);
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregcomp.c3370 UChar *start, *end, *p; in expand_case_fold_string() local
3377 start = sn->s; in expand_case_fold_string()
3379 if (start >= end) return 0; in expand_case_fold_string()
3384 p = start; in expand_case_fold_string()
/PHP-7.1/ext/oci8/
H A Doci8.c248 ZEND_ARG_INFO(0, start)
583 ZEND_ARG_INFO(0, start)
/PHP-7.1/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-7.1/
H A Dphp.ini-development1393 ; not the be-all and end-all of session hijacking defense, but it's a good start.
1402 ; http://php.net/session.auto-start
1859 ; that start with 'x'). Line starting with a ; are ignored (comments).
H A Dphp.ini-production1393 ; not the be-all and end-all of session hijacking defense, but it's a good start.
1402 ; http://php.net/session.auto-start
1859 ; that start with 'x'). Line starting with a ; are ignored (comments).
H A DNEWS848 . Fixed bug #74892 (Url Rewriting (trans_sid) not working on urls that start
1633 . Fixed bug #63740 (strtotime seems to use both sunday and monday as start of
1992 . Improved fix for bug #68063 (Empty session IDs do still start sessions).
2761 . Fixed bug #63740 (strtotime seems to use both sunday and monday as start of
/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX-encoder.c8371 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) argument
/PHP-7.1/ext/pgsql/
H A Dpgsql.c4530 unsigned char *start, *end, buf[4]; /* 000 + '\0' */ local
4535 start = buf;
4536 *bp = (unsigned char)strtoul(start, (char **)&end, 8);
/PHP-7.1/ext/zip/
H A Dphp_zip.c2845 ZEND_ARG_INFO(0, start)
/PHP-7.1/scripts/dev/
H A Dgenerate-phpt.phar1620 //Opening section and start of test case array.
/PHP-7.1/ext/phar/phar/
H A Dpharcommand.inc68 'inf' => '<bang> Hash-bang line to start the archive (e.g. #!/usr/bin/php). The hash '
/PHP-7.1/ext/pcre/pcrelib/
H A DREADME92 with a set of man pages whose names all start with "pcre". The one that is just
/PHP-7.1/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-7.1/ext/opcache/Optimizer/
H A Dzend_inference.c3694 zend_op *opline = op_array->opcodes + blocks[j].start + blocks[j].len - 1; in zend_func_return_info()
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c39305 int start = 0;
39314 if( i-start>2 || (i-start==1 && buf[start] != '.' && buf[start] != '/')
39315 || (i-start==2 && buf[start] != '.' && buf[start+1] != '.') ){
39327 start=i+1;
91112 if( endTime>start ) pOrigOp->cycles += endTime - start;
137525 int start;
137615 pLevel->p2 = start;
146865 WindowCsrAndReg start;
147332 csr = p->start.csr;
147333 reg = p->start.reg;
[all …]

Completed in 825 milliseconds

1...<<11121314151617