Home
last modified time | relevance | path

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

/PHP-7.1/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-7.1/ext/hash/tests/
H A Dhash_equals.phpt9 var_dump(hash_equals("", "notempty"));
10 var_dump(hash_equals("notempty", ""));
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_internal.h2537 BOOL notempty; /* Empty string match not wanted */ member
H A Dpcre_exec.c1497 (md->notempty || in match()
6567 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 57 milliseconds