Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-5.5/ext/standard/tests/array/
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 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-5.5/ext/pcre/tests/
H A Dpcre_extra.phpt2 X (PCRE_EXTRA) modififer
7 var_dump(preg_match('/\y/X', '\y'));
/PHP-5.5/ext/ldap/tests/
H A Dldap_mod_replace_basic.phpt17 "description" => "user X"
24 ldap_search($link, "dc=my-domain,dc=com", "(description=user X)", array("description"))
49 string(6) "user X"
/PHP-5.5/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 DReflectionObject_getConstant_basic.phpt15 class X {
18 $classes = array("C", "D", "E", "F", "X");
39 Reflecting on instance of class X:
H A DReflectionClass_getName_error.phpt8 var_dump($r1->getName('X'));
9 var_dump($r1->getName('X', true));
H A DReflectionClass_isInternal_error.phpt6 var_dump($r1->isInternal('X'));
7 var_dump($r1->isInternal('X', true));
H A DReflectionClass_isUserDefined_error.phpt6 var_dump($r1->isUserDefined('X'));
7 var_dump($r1->isUserDefined('X', true));
H A DReflectionObject_isUserDefined_error.phpt7 var_dump($r1->isUserDefined('X'));
8 var_dump($r1->isUserDefined('X', true));
H A DReflectionObject_isInternal_error.phpt7 var_dump($r1->isInternal('X'));
8 var_dump($r1->isInternal('X', true));
H A DReflectionClass_getMethods_002.phpt10 $rc->getMethods('X');
11 $rc->getMethods('X', true);
/PHP-5.5/Zend/tests/
H A Dindirect_method_call_003.phpt18 $X = (new foo)->setX(10)->getX();
19 var_dump($X); // int(10)
H A Dbug47699.phpt14 new X();
18 Fatal error: Class 'X' not found in %sbug47699.php on line %d
H A Dbug60536_001.phpt6 class X {
9 class Y extends X {
/PHP-5.5/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-5.5/ext/standard/tests/http/
H A Dignore_errors.phpt62 string(10) "X-Foo: bar"
83 string(10) "X-Foo: bar"
95 string(10) "X-bar: baz"
108 string(10) "X-Foo: bar"
120 string(10) "X-bar: baz"
/PHP-5.5/tests/lang/
H A Dbug30862.phpt12 define("X",0);
15 static $a = array(X=>"false", Y=>"true");
H A Dcompare_objects_basic2.phpt12 class X {
15 $obj1 = new X();
/PHP-5.5/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-5.5/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-5.5/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…
/PHP-5.5/ext/gettext/tests/66265/en_US/LC_MESSAGES/
H A Ddomain.po11 "X-Generator: Poedit 1.6.10\n"
12 "X-Poedit-Basepath: .\n"
/PHP-5.5/ext/standard/tests/strings/
H A Dsscanf_basic4.phpt13 $str = "X = A + B - C";
32 string(1) "X"
39 string(1) "X"

Completed in 32 milliseconds

12345678910>>...14