Home
last modified time | relevance | path

Searched refs:X (Results 76 – 100 of 416) sorted by relevance

12345678910>>...17

/PHP-7.2/ext/phar/tests/files/
H A Dfrontcontroller4.phar12 v���������������������a.php���UXX�����ж���������a.jpg���UXX�����ж���������a.phps���U…
/PHP-7.2/ext/standard/tests/url/
H A Dget_headers_error_003.phpt7 php_cli_server_start('header("X-Request-Method: ".$_SERVER["REQUEST_METHOD"]);');
17 echo $headers["X-Request-Method"]."\n";
21 echo $headers["X-Request-Method"]."\n";
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput156 /X(\C{3})/8
7 X\x{1234}
8 0: X\x{1234}
11 /X(\C{4})/8
13 0: X\x{1234}Y
16 /X\C*/8
20 /X\C*?/8
22 0: X
24 /X\C{3,5}/8
80 \X{c0}\X{c0}\X{c0}xxx
[all …]
/PHP-7.2/ext/standard/tests/misc/
H A Dbrowsernames.inc14 "Opera/9.26 (Macintosh; PPC Mac OS X; U; en)",
24 "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/74 (KHTML, like Gecko) Safari/74",
25 "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/51 (like Gecko) Safari/51",
27 …"Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420+ (KHTML, like Gecko) Version/3.0 M…
28 …"Mozilla/5.0 (iPod; U; CPU like Mac OS X; en) AppleWebKit/420.1 (KHTML, like Gecko) Version/3.0 Mo…
29 …"Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_4_11; ru-ru) AppleWebKit/525.18 (KHTML, like Gecko) …
31 "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en; rv:1.8.1.12) Gecko/20080206 Camino/1.5.5",
48 "Mozilla/5.0 (Macintosh; PPC Mac OS X; U; en; rv:1.8.0) Gecko/20060728 Firefox/1.5.0",
H A Dget_browser_variation3.phpt19 Agent Airmail 1.4.1 rv:249 (Macintosh; Mac OS X 10.11.6; de_DE)
764 Matched by: Mozilla/5.0 (*Mac OS X*) Gecko* Firefox/*
766 Matched by: Mozilla/5.0 (*Mac OS X*) Gecko* Firefox/*
828 Matched by: Mozilla/5.0 (*Mac OS X*) Gecko* Firefox/*
874 Matched by: Mozilla/5.0 (*Mac OS X*) Gecko* Firefox/*
890 Matched by: Mozilla/5.0 (*Mac OS X*) Gecko* Firefox/*
912 Matched by: Mozilla/5.0 (*Mac OS X*) Gecko* Firefox/*
946 Matched by: Mozilla/5.0 (*Mac OS X*) Gecko* Firefox/*
948 Matched by: Mozilla/5.0 (*Mac OS X*) Gecko* Firefox/*
950 Matched by: Mozilla/5.0 (*Mac OS X*) Gecko* Firefox/*
[all …]
H A Duser_agents.txt3 Airmail 1.4.1 rv:249 (Macintosh; Mac OS X 10.11.6; de_DE)
430 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:26.0) Gecko/20100101 Firefox/26.0
431 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:30.0) Gecko/20100101 Firefox/30.0
438 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:26.0) Gecko/20100101 Firefox/26.0
439 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:34.0) Gecko/20100101 Firefox/34.0
449 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:26.0) Gecko/20100101 Firefox/26.0
450 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:43.0) Gecko/20100101 Firefox/43.0
466 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:25.0) Gecko/20100101 Firefox/25.0
467 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:26.0) Gecko/20100101 Firefox/26.0
468 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:29.0) Gecko/20100101 Firefox/29.0
[all …]
/PHP-7.2/sapi/cgi/tests/
H A Dbug61605.phpt24 [0] => X-Powered-By: %s
29 [0] => X-Powered-By: %s
35 [0] => X-Powered-By: %s
H A D002.phpt31 string(%d) "X-Powered-By: PHP/%s
36 string(%d) "X-Powered-By: PHP/%s
41 string(%d) "X-Powered-By: PHP/%s
46 string(%d) "X-Powered-By: PHP/%s
H A Dapache_response_headers.phpt18 header( "X-Robots-Tag : noindex,nofollow,noarchive" );
41 ["X-Powered-By"]=>
43 ["X-Robots-Tag"]=>
/PHP-7.2/Zend/tests/
H A Dbug44141.phpt5 class X
14 class Y extends X
25 Fatal error: Uncaught Error: Call to private X::__construct() from context 'Y' in %sbug44141.php:15
H A Dns_065.inc2 namespace X\Y;
6 namespace X\Z;
H A Dbug65322.phpt8 class X {}
13 new X;
24 string(1) "X"
/PHP-7.2/ext/reflection/tests/
H A DReflectionObject_isSubclassOf_error.phpt10 var_dump($ro->isSubclassOf('X'));
20 Fatal error: Uncaught ReflectionException: Class X does not exist in %s:7
22 #0 %s(7): ReflectionClass->isSubclassOf('X')
H A DReflectionObject_isSubclassOf_basic.phpt10 class X implements I {}
12 $classNames = array('A', 'B', 'C', 'I', 'X');
56 Is A a subclass of X?
75 Is B a subclass of X?
94 Is C a subclass of X?
98 Is X a subclass of A?
102 Is X a subclass of B?
106 Is X a subclass of C?
110 Is X a subclass of I?
113 Is X a subclass of X?
H A DReflectionClass_getConstants_error.phpt5 class X {
8 $rc = new reflectionClass('X');
11 $rc->getConstants('X');
H A DReflectionObject_isInstance_error.phpt5 class X {}
6 $instance = new X;
7 $ro = new ReflectionObject(new X);
14 var_dump($ro->isInstance('X'));
H A DReflectionClass_isInstance_error.phpt5 class X {}
7 $rc = new ReflectionClass("X");
8 $instance = new X;
15 var_dump($rc->isInstance('X'));
H A DReflectionClass_getConstants_basic.phpt15 class X {
18 $classes = array('C', 'D', 'E', 'F', 'X');
46 Constants from class X:
/PHP-7.2/ext/dba/tests/
H A Dbug36436.phpt16 dba_insert('X', 'XYZ', $db);
19 var_dump($db, dba_fetch('X', $db));
35 string(1) "X"
/PHP-7.2/ext/standard/tests/http/
H A Dbug48929.phpt35 do_test(array('header' => array('X-Foo: bar', 'Content-Type: text/plain'), 'method' => 'POST', 'con…
39 do_test(array('header' => "X-Foo: bar\r\nContent-Type: text/plain", 'method' => 'POST', 'content' =…
48 X-Foo: bar
57 X-Foo: bar
/PHP-7.2/ext/ldap/tests/
H A Dldap_mod_replace_basic.phpt17 "description" => "user X"
24 ldap_search($link, "$base", "(description=user X)", array("description"))
49 string(6) "user X"
/PHP-7.2/ext/pcre/tests/
H A Dpcre_extra.phpt2 X (PCRE_EXTRA) modififer
7 var_dump(preg_match('/\y/X', '\y'));
/PHP-7.2/ext/standard/tests/array/
H A Darsort_variation5.phpt34 'T' => "TTTT", 't' => "ttt", 'w' => "ww", 'x' => "x", 'X' => "X", 'o' => "oraNGe",
186 ["X"]=>
187 string(1) "X"
214 ["X"]=>
215 string(1) "X"
242 ["X"]=>
243 string(1) "X"
H A Dasort_variation5.phpt34 'T' => "TTTT", 't' => "ttt", 'w' => "ww", 'x' => "x", 'X' => "X", 'o' => "oraNGe",
180 ["X"]=>
181 string(1) "X"
208 ["X"]=>
209 string(1) "X"
236 ["X"]=>
237 string(1) "X"
H A Dkrsort_variation5.phpt34 't' => "TTTT", 'T' => "ttt", 'W' => "ww", 'X' => "x", 'x' => "X", 'O' => "oraNGe",
167 string(1) "X"
174 ["X"]=>
193 string(1) "X"
200 ["X"]=>
219 string(1) "X"
226 ["X"]=>

Completed in 42 milliseconds

12345678910>>...17