Home
last modified time | relevance | path

Searched refs:path (Results 651 – 655 of 655) sorted by relevance

1...<<21222324252627

/PHP-5.4/ext/pcre/pcrelib/
H A DChangeLog316 backtracking path, when more than four alternatives are present inside a
640 cases when there was a capture on one path that was subsequently abandoned
2137 case of pcre_dfa_exec(), "no match" is given if every matching path for the
2501 (Perl fails the current match path).
2529 on the OP_ANY path.
4056 option but starts with a hyphen. Could be a pattern or a path name
4112 prefix path and installing with another. (Or so I'm told by someone who
4904 because what follows is always an absolute path. (Later: it turns out that this
4905 is more than cosmetic for MinGW, because it doesn't like empty path
/PHP-5.4/ext/simplexml/
H A Dsimplexml.c2527 ZEND_ARG_INFO(0, path)
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt1405 single path through the tree, checking that the subject matches what is
1421 Because it ends up with a single path through the tree, it is rela-
3755 mode. When the JIT fast path function is used, this error may be also
7330 Recording which path was taken
7343 (*PRUNE:NAME), or (*THEN:NAME) on the matching path is passed back to
7415 most recently passed (*MARK) in the path is passed back when (*COMMIT)
7483 is triggered, the previous path through the pattern is searched for the
8334 sible performance, there is also a "fast path" API that is JIT-spe-
8651 possible performance, can instead use a "fast path" API to call JIT
8655 The fast path function is called pcre_jit_exec(), and it takes exactly
[all …]
/PHP-5.4/ext/sqlite3/libsqlite/
H A Dsqlite3.c28123 err = fsctl(path, afpfsByteRangeLock2FSCTL, &pb, 0);
28128 path, tErrno, strerror(tErrno)));
31990 pUnused = findReusableFd(path, openFlags);
32000 fd = robust_open(path, openFlags, 0);
32003 if( proxyCreateLockPath(path) == SQLITE_OK ){
32004 fd = robust_open(path, openFlags, 0);
32010 fd = robust_open(path, openFlags, 0);
32545 if( !path || path[0]=='\0' || !strcmp(path, ":auto:") ||
32558 pCtx->lockProxyPath = sqlite3DbStrDup(0, path);
32612 if( !path || path[0]=='\0' || !strcmp(path, ":auto:") ){
[all …]
/PHP-5.4/ext/fileinfo/tests/
H A Dmagic3715 # We skip the path here, because it is often long (so file will
12230 0 string/tc return-path: SMTP mail text
13648 # the file is over 4G, and the backing file path is stored after the first 4G,
13651 >>>(12.L) string >\0 (path %s)
18215 >20 lelong&8 8 \b, Has Relative path

Completed in 448 milliseconds

1...<<21222324252627