Home
last modified time | relevance | path

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

12345678910>>...17

/PHP-7.1/sapi/cgi/tests/
H A Dapache_request_headers.phpt33 X-Powered-By: PHP/%s
41 …[X-Test] => AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA…
45 …[X-_test] => AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA…
49 …[X-] => AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA…
H A Dbug61605.phpt24 [0] => X-Powered-By: %s
29 [0] => X-Powered-By: %s
35 [0] => X-Powered-By: %s
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestoutput18-3213 /X(\C{3})/8
14 X\x{11234}Y
16 X\x{11234}YZ
17 0: X\x{11234}YZ
20 /X(\C{4})/8
27 /X\C*/8
31 /X\C*?/8
33 0: X
35 /X\C{3,5}/8
49 /X\C{3,5}?/8
[all …]
H A Dtestoutput617 X
18 0: X
33 X
34 0: X
41 X
42 0: X
49 X
50 0: X
1518 /^(?>\X{2})X/8+
1523 /^\X{2,4}X/8+
[all …]
H A Dtestinput4126 /(?<=(.))X/8
205 > >X Y
397 X
404 X
410 X
414 \x{150}X
417 \x{100}X
422 \x{150}X
425 \x{100}X
433 \x{100}X
[all …]
H A Dtestoutput4251 0: X
254 0: X
347 0: X
360 0: X
683 0: X
685 0: X
693 0: X
695 0: X
697 0: X
705 0: X
[all …]
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.1/Zend/tests/
H A Dbug41961.phpt5 X::test();
7 /** Class X is related to neither ParentClass nor ChildClass. */
8 class X {
11 $myChild->secret(); // bug - invokes X::secret() instead of ChildClass::secret()
H A Djump04.phpt5 $s = "X";
7 L1: if ($s != "X") {
13 $s .= "X";
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
/PHP-7.1/tests/classes/
H A Dconstants_basic_006.phpt7 const X = E::A;
20 var_dump(C::X, C::$a, D::X, D::$a, E::X, E::$a);
/PHP-7.1/ext/reflection/tests/
H A DReflectionClass_isSubclassOf_error1.phpt8 var_dump($rc->isSubclassOf('X'));
12 Fatal error: Uncaught ReflectionException: Class X does not exist in %s:5
14 #0 %s(5): ReflectionClass->isSubclassOf('X')
H A DReflectionClass_isSubclassOf_basic.phpt10 class X implements I {}
12 $classNames = array('A', 'B', 'C', 'I', 'X');
41 Is A a subclass of X?
56 Is B a subclass of X?
71 Is C a subclass of X?
86 Is I a subclass of X?
89 Is X a subclass of A?
92 Is X a subclass of B?
95 Is X a subclass of C?
98 Is X a subclass of I?
[all …]
H A DReflectionObject_getConstants_error.phpt5 class X {
8 $rc = new ReflectionObject(new X);
10 $rc->getConstants('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_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')
/PHP-7.1/Zend/tests/assert/
H A Dexpect_015.phpt23 assert(0 && ($a = function &(array &$a, ?X $b = null) use ($c,&$d) : ?X {
25 const X = 12;
26 const Y = self::X, Z = "aaa";
65 assert(0 && ($a = function &(array &$a, X $b = null) use ($c,&$d) : X {
97 assert(0 && ($a = function &(array &$a, X $b = null) use ($c,&$d) : X {
164 Warning: assert(): assert(0 && ($a = function &(array &$a, ?X $b = null) use($c, &$d): ?X {
166 const X = 12;
167 const Y = self::X, Z = 'aaa';
206 Warning: assert(): assert(0 && ($a = function &(array &$a, X $b = null) use($c, &$d): X {
246 Warning: assert(): assert(0 && ($a = function &(array &$a, X $b = null) use($c, &$d): X {
/PHP-7.1/ext/standard/tests/strings/
H A Dprintf_basic9.phpt20 $format11 = "%X";
21 $format22 = "%X %X";
22 $format33 = "%X %X %X";
H A Dsscanf_basic8.phpt15 $format2 = "%X %X %X %X %X %X";
H A Dbug37244.phpt17 string(92) "Implemem][ۜ�UT��Z�X�H[���[��Y�]�۝Z[���\�X�\���]�YHH�\�H[X
/PHP-7.1/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp932_2.phpt24 $item = "�e�X�g�}���`�o�C�g�E�p�X"; // cp932 string
50 getting basename of %s\�e�X�g�}���`�o�C�g�E�p�X33
51 string(%d) "�e�X�g�}���`�o�C�g�E�p�X33"
53 string(%d) "%s\�e�X�g�}���`�o�C�g�E�p�X33"
/PHP-7.1/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.1/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-7.1/ext/dba/tests/
H A Dbug36436.phpt16 dba_insert('X', 'XYZ', $db);
19 var_dump($db, dba_fetch('X', $db));
35 string(1) "X"

Completed in 40 milliseconds

12345678910>>...17