Home
last modified time | relevance | path

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

12345678910>>...17

/PHP-7.1/ext/reflection/tests/
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 DReflectionClass_isInstance_error.phpt5 class X {}
7 $rc = new ReflectionClass("X");
8 $instance = new X;
15 var_dump($rc->isInstance('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_getConstants_basic.phpt15 class X {
18 $classes = array('C', 'D', 'E', 'F', 'X');
46 Constants from class X:
H A DReflectionClass_getConstant_basic.phpt15 class X {
18 $classes = array("C", "D", "E", "F", "X");
39 Reflecting on class X:
H A DReflectionObject_getConstants_basic.phpt15 class X {
18 $classes = array("C", "D", "E", "F", "X");
47 Reflecting on instance of class X:
/PHP-7.1/Zend/tests/
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"
H A Dindirect_method_call_003.phpt18 $X = (new foo)->setX(10)->getX();
19 var_dump($X); // int(10)
H A Dget_class_methods_003.phpt12 class X {
22 class Y extends X implements I {
31 var_dump(get_class_methods('X'));
/PHP-7.1/ext/standard/tests/misc/
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.1/sapi/cgi/tests/
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"]=>
H A D010.phpt42 X-Powered-By: PHP/%s
46 X-Powered-By: PHP/%s
49 X-Powered-By: PHP/%s
/PHP-7.1/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.1/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.1/ext/pcre/tests/
H A Dpcre_extra.phpt2 X (PCRE_EXTRA) modififer
7 var_dump(preg_match('/\y/X', '\y'));
/PHP-7.1/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"]=>
H A Dksort_variation5.phpt34 't' => "TTTT", 'T' => "ttt", 'W' => "ww", 'X' => "x", 'x' => "X", 'O' => "oraNGe",
178 ["X"]=>
187 string(1) "X"
204 ["X"]=>
213 string(1) "X"
230 ["X"]=>
239 string(1) "X"
/PHP-7.1/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp932_3.phpt25 $item = "�e�X�g�}���`�o�C�g�E�p�X77"; // cp932 string
39 string(%d) "%s\�e�X�g�}���`�o�C�g�E�p�X77"
42 �e�X�g�}���`�o�C�g�E�p�X77
/PHP-7.1/ext/standard/tests/strings/
H A Dmoneyformat.phpt16 var_dump( money_format("X%nY", 3.1415));
19 string(7) "X$3.14Y"

Completed in 58 milliseconds

12345678910>>...17