Home
last modified time | relevance | path

Searched refs:u (Results 126 – 150 of 285) sorted by path

12345678910>>...12

/PHP-7.4/ext/pcre/tests/
H A Dbug72685.phpt15 while (preg_match('/\G\w/u', $str, $m, 0, $pos)) ++$pos;
H A Dbug75089.phpt5 preg_grep('#\d#u', ['a', "1\xFF"/*, 'c'*/]);
H A Dbug76127.phpt5 var_dump(preg_split("/a/u", "a\xff"));
H A Dbug76512.phpt5 var_dump(preg_match('/\w/u', 'ä'));
H A Dbug76514.phpt488 (?<string> " ([^"\\\\]* | \\\\ ["\\\\bfnrt\/] | \\\\ u [0-9a-f]{4} )* " )
H A Dbug79188.phpt6 var_dump(preg_replace("//u", "", "a" . str_repeat("\u{1f612}", 10)));
8 "//u", function() { return ""; }, "a" . str_repeat("\u{1f612}", 10)));
H A Dbug79241.phpt12 $pattern = '/\b/u';
H A Dbug80118.phpt5 preg_match('~[^\p{Han}\p{Z}]~u', ' ', $matches);
H A Dinvalid_utf8.phpt5 if (@preg_match('/./u', '') === false) {
H A Dinvalid_utf8_offset.phpt5 if (@preg_match('/./u', '') === false) {
14 var_dump(preg_match('~.*~u', $string, $m, 0, 1));
18 var_dump(preg_match('~.*~u', $string, $m, 0, 2));
H A Dpcre_extended.phpt6 var_dump(preg_match('/a e i o u/', 'aeiou', $m));
9 var_dump(preg_match('/a e i o u/x', 'aeiou', $m));
H A Dpreg_match_error4.phpt6u[a-fA-F0-9]{4})*"\\s*:\\s*(?:[0-9.]+|null|true|false|"(?:[^\\0-\\x09\\x0a-\\x1f\\\\"]+|\\\\["bfnr…
H A Dpreg_match_latin.phpt10 preg_match('/^[\w\p{Cyrillic}\s\-\']+$/u', 'latin', $test1);
11 preg_match('/^[\w\p{Cyrillic}\s\-\']+$/u', 'кириллица', $test2);
12 preg_match('/^[\w\s\-\']+$/u', 'latin', $test3);
H A Dpreg_replace2.phpt5 if (@preg_match('/./u', '') === false) {
H A Dskip_002.inc3 if (@preg_match('/./u', '') === false) {
H A Dsplit.phpt73 string(1) "u"
85 string(1) "u"
H A Dsplit2.phpt50 string(1) "u"
102 string(1) "u"
126 string(1) "u"
153 string(1) "u"
246 string(1) "u"
304 string(1) "u"
H A Dstudy.phpt11 var_dump(preg_match('/(?>..)((?:(?>.)|.|.|.|u))/S', 'aeiou', $dump));
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_quote1.phpt23 foreach ($a as $u) {
24 $q = $db->quote($u);
26 var_dump($u);
H A Dpdo_oci_stream_1.phpt51 echo 'Read '.stream_get_contents($r['data'], 1, 20)."$\n"; // u
95 Read u$
/PHP-7.4/ext/phar/
H A Dphar_object.c351 if (u) { in phar_postprocess_ru_web()
352 u[0] = '/'; in phar_postprocess_ru_web()
355 u[0] = '\0'; in phar_postprocess_ru_web()
364 if (u) { in phar_postprocess_ru_web()
366 u[0] = '/'; in phar_postprocess_ru_web()
367 saveu = u; in phar_postprocess_ru_web()
369 u = u1; in phar_postprocess_ru_web()
370 if (!u) { in phar_postprocess_ru_web()
374 u = strrchr(e, '/'); in phar_postprocess_ru_web()
375 if (!u) { in phar_postprocess_ru_web()
[all …]
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dfrontcontroller12.phar16 u#UF>����7]AJf����GBMB
H A Dnophar.phar229 $ret['m'][$savepath][3] = sprintf('%u', $ret['m'][$savepath][3]
265 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
H A Dopenssl.phar229 $ret['m'][$savepath][3] = sprintf('%u', $ret['m'][$savepath][3]
265 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
H A Dwrite20.phar9 H��u���GBMB

Completed in 76 milliseconds

12345678910>>...12