Home
last modified time | relevance | path

Searched refs:notempty (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/phar/tests/zip/
H A Dunixzip.phpt17 if (isset($a['notempty/hi.txt'])) {
18 echo $a['notempty/hi.txt']->getPathName() . "\n";
28 phar://%s/zip.zip/notempty%chi.txt
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h2541 BOOL notempty; /* Empty string match not wanted */ member
H A Dpcre_exec.c1499 (md->notempty || in match()
6569 md->notempty = (options & PCRE_NOTEMPTY) != 0; in pcre_exec()
H A Dpcre_jit_compile.c176 pcre_uint8 notempty; member
8177 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, notempty)); in compile_fail_accept_matchingpath()
10208 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, notempty)); in PRIV()
10443 arguments.notempty = (options & PCRE_NOTEMPTY) != 0; in PRIV()
10536 arguments.notempty = (options & PCRE_NOTEMPTY) != 0; in pcre_jit_exec()

Completed in 96 milliseconds