Home
last modified time | relevance | path

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

12345678910>>...22

/PHP-8.2/Zend/tests/type_declarations/intersection_types/variance/
H A Dvalid6.phpt6 interface X {}
11 public function test(): X|Z {}
14 public function test(): X&Y {}
H A Dinvalid3.phpt6 interface X {}
13 function method(): X&Y {}
18 Fatal error: Declaration of Test2::method(): X&Y must be compatible with Test::method(): int in %s …
H A Dvalid8.phpt14 function method(): X&Traversable {}
15 function method2(): X&MyIterator {}
16 function method3(): X&Z {}
H A Dinvalid5.phpt6 interface X {}
13 function method(): X&Y {}
18 Fatal error: Declaration of Test2::method(): X&Y must be compatible with Test::method(): Traversabl…
H A Dvalid7.phpt15 function method(): X&Y {}
16 function method2(): X&Y {}
17 function method3(): X&Y {}
/PHP-8.2/Zend/tests/type_declarations/dnf_types/variance/
H A Dvalid6.phpt6 interface X {}
11 public function test(): X|Z {}
14 public function test(): (X&Y)|Z {}
H A Dvalid4.phpt8 interface X {}
11 public (A&B)|X $prop;
14 public B|X $prop;
/PHP-8.2/ext/standard/tests/strings/
H A Dsscanf_basic8.phpt10 $format2 = "%X %X %X %X %X %X";
H A Dprintf_basic9.phpt15 $format11 = "%X";
16 $format22 = "%X %X";
17 $format33 = "%X %X %X";
H A Dbug37244.phpt17 string(92) "Implemem][ۜ�UT��Z�X�H[���[��Y�]�۝Z[���\�X�\���]�YHH�\�H[X
/PHP-8.2/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…
/PHP-8.2/ext/spl/tests/
H A DSplFixedArray_get_properties_for.phpt10 class X {}
17 $array->{0} = new X();
50 object(X)#5 (0) {
58 object(X)#5 (0) {
64 object(X)#5 (0) {
74 …y":4:{i:0;O:8:"stdClass":0:{}i:1;O:1:"Y":0:{}s:1:"x";O:13:"SplFixedArray":0:{}s:1:"0";O:1:"X":0:{}}
77 object(X)#10 (0) {
/PHP-8.2/Zend/tests/array_unpack/
H A Dunpack_string_keys_compile_time.phpt7 var_dump(['a' => 'X', ...['a' => 'b']]);
8 var_dump([...['a' => 'b'], 'a' => 'X']);
22 string(1) "X"
/PHP-8.2/Zend/tests/traits/
H A Dbug74922c.phpt7 public $x = self::X;
10 public $x = self::X;
14 const X = 42;
/PHP-8.2/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-8.2/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload_error9.phpt17 function m(): X {}
21 } elseif ($class == 'X') {
22 class X extends B {}
23 var_dump(new X);
H A Dclass_order_autoload_error3.phpt9 public function method(): X {}
15 } else if ($class == 'X') {
16 class X {
20 class Y extends X {
H A Dinfinite_recursion.phpt7 class X {
10 class Y extends X {
17 Fatal error: Declaration of Y::test(): C must be compatible with X::test(): I in %s on line %d
/PHP-8.2/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";
/PHP-8.2/ext/json/tests/
H A Dbug77843.phpt6 class X implements JsonSerializable {
16 $arr = [new X()];
21 object(X)#1 (1) {
/PHP-8.2/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:%d
14 #0 %s(5): ReflectionClass->isSubclassOf('X')
H A DReflectionObject_isSubclassOf_error.phpt8 var_dump($ro->isSubclassOf('X'));
12 Fatal error: Uncaught ReflectionException: Class "X" does not exist in %s:%d
14 #0 %s(%d): 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 …]
/PHP-8.2/ext/opcache/tests/jit/
H A Dnoval_001.phpt14 const X = false;
18 if (self::X) {
21 if (self::X) {

Completed in 66 milliseconds

12345678910>>...22