Lines Matching refs:preg_match
6 preg_match("\0//i", "");
7 preg_match("/\0/i", "");
8 preg_match("//\0i", "");
9 preg_match("//i\0", "");
10 preg_match("/\\\0/i", "");
12 preg_match("\0[]i", "");
13 preg_match("[\0]i", "");
14 preg_match("[]\0i", "");
15 preg_match("[]i\0", "");
16 preg_match("[\\\0]i", "");
22 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 3
24 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 4
26 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 5
28 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 6
30 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 7
32 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 9
34 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 10
36 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 11
38 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 12
40 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 13