Home
last modified time | relevance | path

Searched refs:X (Results 101 – 125 of 416) sorted by relevance

12345678910>>...17

/PHP-7.2/ext/standard/tests/array/
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.2/Zend/tests/
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'));
H A Dbug71414.phpt14 class X {
19 class Y extends X implements InterfaceY {
H A Dbug47699.phpt14 new X();
18 Fatal error: Uncaught Error: Class 'X' not found in %sbug47699.php:%d
H A Dbug60536_001.phpt6 class X {
9 class Y extends X {
/PHP-7.2/ext/reflection/tests/
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:
H A DReflectionClass_isInternal_error.phpt6 var_dump($r1->isInternal('X'));
7 var_dump($r1->isInternal('X', true));
H A DReflectionClass_getName_error.phpt8 var_dump($r1->getName('X'));
9 var_dump($r1->getName('X', true));
H A DReflectionClass_isUserDefined_error.phpt6 var_dump($r1->isUserDefined('X'));
7 var_dump($r1->isUserDefined('X', true));
H A DReflectionObject_getConstant_basic.phpt15 class X {
18 $classes = array("C", "D", "E", "F", "X");
39 Reflecting on instance of class X:
H A DReflectionObject_isInternal_error.phpt7 var_dump($r1->isInternal('X'));
8 var_dump($r1->isInternal('X', true));
H A DReflectionObject_isUserDefined_error.phpt7 var_dump($r1->isUserDefined('X'));
8 var_dump($r1->isUserDefined('X', true));
/PHP-7.2/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.2/ext/standard/tests/strings/
H A Dmoneyformat.phpt16 var_dump( money_format("X%nY", 3.1415));
19 string(7) "X$3.14Y"
H A Dunpack_bug68225.phpt2 Bug #68225 unpack and X format code
8 $result = unpack('Va/X' ,$data);
/PHP-7.2/sapi/cgi/tests/
H A D010.phpt42 X-Powered-By: PHP/%s
46 X-Powered-By: PHP/%s
49 X-Powered-By: PHP/%s
/PHP-7.2/sapi/cli/tests/
H A Dbug43177.phpt66 X-Powered-By: %s
74 X-Powered-By: %s
81 X-Powered-By: %s
88 X-Powered-By: %s
/PHP-7.2/tests/lang/
H A Dbug30862.phpt12 define("X",0);
15 static $a = array(X=>"false", Y=>"true");
/PHP-7.2/ext/iconv/tests/
H A Diconv_mime_decode_headers.phpt28 X-X-Sender: ***@***.example.com
34 X-UIDL: @eH!!h2:!!EOS!!A_c"!
74 ["X-X-Sender"]=>
86 ["X-UIDL"]=>
/PHP-7.2/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_1.phpt68 X
71 X
74 X
77 X
/PHP-7.2/ext/standard/tests/http/
H A Dignore_errors.phpt62 string(10) "X-Foo: bar"
85 string(10) "X-Foo: bar"
98 string(10) "X-bar: baz"
112 string(10) "X-Foo: bar"
125 string(10) "X-bar: baz"
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput931 0: X
33 0: X
35 0: X
43 0: X
55 0: X
57 0: X
1072 X X\x0a
1073 0: X X\x{0a}
1075 0: X\x{09}X\x{0b}
1098 X\x{180e}X\x{85}
[all …]
/PHP-7.2/ext/soap/tests/
H A Dbug70388.phpt7 …ient":3:{s:3:"uri";s:1:"X";s:8:"location";s:22:"http://localhost/a.xml";s:17:"__default_headers";a…

Completed in 26 milliseconds

12345678910>>...17