Home
last modified time | relevance | path

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

/PHP-7.2/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.2/ext/hash/tests/
H A Dhash_equals.phpt9 var_dump(hash_equals("", "notempty"));
10 var_dump(hash_equals("notempty", ""));
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_internal.h2537 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 sljit_u8 notempty; member
9199 OP1(SLJIT_MOV_U8, TMP2, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, notempty)); in compile_fail_accept_matchingpath()
11216 OP1(SLJIT_MOV_U8, TMP2, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, notempty)); in PRIV()
11454 arguments.notempty = (options & PCRE_NOTEMPTY) != 0; in PRIV()
11547 arguments.notempty = (options & PCRE_NOTEMPTY) != 0; in pcre_jit_exec()

Completed in 75 milliseconds