Home
last modified time | relevance | path

Searched refs:nclass (Results 1 – 2 of 2) sorted by relevance

/PHP-5.6/ext/fileinfo/tests/
H A Dbug69107.phpt11 var_dump($finfo->buffer("<?php\nclass A{}"));
/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c2621 static BOOL is_char7_bitset(const pcre_uint8 *bitset, BOOL nclass) in is_char7_bitset() argument
2625 const pcre_uint8 value = nclass ? 0xff : 0; in is_char7_bitset()
3962 static BOOL check_class_ranges(compiler_common *common, const pcre_uint8 *bits, BOOL nclass, BOOL i…
4248 static BOOL check_class_ranges(compiler_common *common, const pcre_uint8 *bits, BOOL nclass, BOOL i… in check_class_ranges() argument
4280 if (((bit == 0) && nclass) || ((bit == 1) && !nclass)) in check_class_ranges()

Completed in 29 milliseconds