Home
last modified time | relevance | path

Searched refs:X (Results 51 – 75 of 331) sorted by relevance

12345678910>>...14

/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_isSubclassOf_error1.phpt8 var_dump($rc->isSubclassOf('X'));
12 Fatal error: Uncaught exception 'ReflectionException' with message 'Class X does not exist' in %s:5
14 #0 %s(5): ReflectionClass->isSubclassOf('X')
H A DReflectionClass_getProperty_003.phpt34 class X {
35 static public $pubC = "pubC in X";
36 static protected $protC = "protC in X";
37 static private $privC = "privC in X";
89 showInfo("X::pubC");
90 showInfo("X::protC");
91 showInfo("X::privC");
92 showInfo("X::doesntExist");
242 --- (Reflecting on X::pubC) ---
244 --- (Reflecting on X::protC) ---
[all …]
H A DReflectionClass_getProperty_004.phpt34 class X {
35 public $pubC = "pubC in X";
36 protected $protC = "protC in X";
37 private $privC = "privC in X";
89 showInfo("X::pubC");
90 showInfo("X::protC");
91 showInfo("X::privC");
92 showInfo("X::doesntExist");
242 --- (Reflecting on X::pubC) ---
244 --- (Reflecting on X::protC) ---
[all …]
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_isSubclassOf_error.phpt10 var_dump($ro->isSubclassOf('X'));
20 Fatal error: Uncaught exception 'ReflectionException' with message 'Class X does not exist' in %s:7
22 #0 %s(7): ReflectionClass->isSubclassOf('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_getConstructor_basic.phpt20 class X {
24 class Y extends X {
52 'OldAndNewCtor', 'NewAndOldCtor', 'B', 'C', 'D1', 'D2', 'X', 'Y');
78 No constructor for X
H A DReflectionClass_getConstants_basic.phpt15 class X {
18 $classes = array('C', 'D', 'E', 'F', 'X');
46 Constants from class X:
H A DReflectionObject_getConstructor_basic.phpt20 class X {
24 class Y extends X {
52 'OldAndNewCtor', 'NewAndOldCtor', 'B', 'C', 'D1', 'D2', 'X', 'Y');
78 No constructor for X
/PHP-5.5/ext/standard/tests/strings/
H A Dsscanf_basic8.phpt15 $format2 = "%X %X %X %X %X %X";
H A Dprintf_basic9.phpt20 $format11 = "%X";
21 $format22 = "%X %X";
22 $format33 = "%X %X %X";
H A Dbug37244.phpt17 string(92) "Implemem][ۜ�UT��Z�X�H[���[��Y�]�۝Z[���\�X�\���]�YHH�\�H[X
/PHP-5.5/Zend/tests/
H A Dbug44141.phpt5 class X
14 class Y extends X
25 Fatal error: Call to private X::__construct() from context 'Y' in %sbug44141.php on line 15
H A Dns_065.inc2 namespace X\Y;
6 namespace X\Z;
/PHP-5.5/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-5.5/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",
/PHP-5.5/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
/PHP-5.5/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-5.5/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' =…
47 X-Foo: bar
55 X-Foo: bar
/PHP-5.5/sapi/cli/tests/
H A Dbug43177.phpt62 X-Powered-By: %s
69 X-Powered-By: %s
75 X-Powered-By: %s
81 X-Powered-By: %s
/PHP-5.5/ext/standard/tests/array/
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 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"

Completed in 47 milliseconds

12345678910>>...14