Home
last modified time | relevance | path

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

12345678910>>...22

/php-src/Zend/tests/
H A Dclass_constant_inheritance_mutable_data.phpt12 const X = 'X' . self::Y;
21 var_dump(B::X, B::X2);
24 class X {
27 class Y extends X {
29 var_dump(X::C, Y::C);
H A Dns_040.phpt5 namespace X;
6 use X as Y;
12 function f2($x=\X\A) {
18 function f4($x=\X\A) {
34 echo \X\A;
36 echo \X\A;
/php-src/ext/fileinfo/libmagic/
H A Dencoding.c238 #define X 3 /* character appears in non-ISO extended ASCII (Mac, IBM PC) */ macro
252 X, X, X, X, X, T, X, X, X, X, X, X, X, X, X, X, /* 0x8X */
253 X, X, X, X, X, X, X, X, X, X, X, X, X, X, X, X, /* 0x9X */
284 LOOKS(extended, t != T && t != I && t != X)
569 #undef X
/php-src/Zend/tests/constants/final_constants/
H A Dfinal_const5.phpt8 final public const X = 1;
13 const X = 2;
18 Fatal error: C::X cannot override final constant I::X in %s on line %d
/php-src/Zend/tests/type_declarations/intersection_types/variance/
H A Dinvalid_covariance_intersection_to_union1.phpt6 interface X {}
9 class TestOne implements X, Y {}
10 class TestTwo implements X {}
14 public function foo(): X&Y;
24 Fatal error: Declaration of B::foo(): TestOne|TestTwo must be compatible with A::foo(): X&Y in %s o…
H A Dinvalid_covariance_intersection_to_union3.phpt6 interface X {}
10 class TestOne implements X, Z {}
11 class TestTwo implements X, Y {}
15 public function foo(): X&Z;
25 Fatal error: Declaration of B::foo(): TestOne|TestTwo must be compatible with A::foo(): X&Z in %s o…
H A Dinvalid_invariance1.phpt6 interface X {}
10 public X&Y $prop;
13 public X&Y&Z $prop;
18 Fatal error: Type of B::$prop must be X&Y (as in class A) in %s on line %d
H A Dinvalid_invariance2.phpt6 interface X {}
8 class A implements X, Y {}
11 public X&Y $prop;
20 Fatal error: Type of Test2::$prop must be X&Y (as in class Test) in %s on line %d
/php-src/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload6.phpt17 function m(): X {}
21 } elseif ($class == 'X') {
22 class X extends B {}
23 var_dump(new X);
38 object(X)#2 (0) {
H A Dclass_order_autoload5.phpt10 public function method(): X {}
18 } else if ($class == 'X') {
19 class X {
22 var_dump(new X);
24 class Y extends X {
47 object(X)#2 (0) {
H A Denum_forward_compat.phpt8 if ($class === 'X') {
9 class X {}
16 public function method(X $param) : object {}
25 string(1) "X"
/php-src/Zend/tests/type_declarations/dnf_types/variance/
H A Dinvalid_covariance_intersection_to_union1.phpt6 interface X {}
11 class TestOne implements X, Y {}
12 class TestTwo implements X {}
16 public function foo(): (X&Y)|L;
26 Fatal error: Declaration of B::foo(): TestOne|TestTwo must be compatible with A::foo(): (X&Y)|L in …
H A Dinvalid_covariance_intersection_to_union3.phpt6 interface X {}
10 class TestOne implements X, Z {}
11 class TestTwo implements X, Y {}
15 public function foo(): X&Z;
25 Fatal error: Declaration of B::foo(): TestOne|TestTwo must be compatible with A::foo(): X&Z in %s o…
H A Dinvalid_covariance_drop_type1.phpt8 interface X {}
13 public function foo(): (A&B)|X {
20 public function foo(): A|X {
27 Fatal error: Declaration of FooChild::foo(): A|X must be compatible with Foo::foo(): (A&B)|X in %s …
H A Dinvalid_invariance1.phpt6 interface X {}
10 public (X&Y)|L $prop;
13 public (X&Y&Z)|L $prop;
18 Fatal error: Type of B::$prop must be (X&Y)|L (as in class A) in %s on line %d
H A Dinvalid_invariance1_var.phpt6 interface X {}
10 public (X&Y&Z)|L $prop;
13 public (X&Y)|L $prop;
18 Fatal error: Type of B::$prop must be (X&Y&Z)|L (as in class A) in %s on line %d
H A Dinvalid1.phpt9 interface X {}
14 public function foo(): (B&C)|X {
21 public function foo(): (A&C)|X {
28 Fatal error: Declaration of FooChild::foo(): (A&C)|X must be compatible with Foo::foo(): (B&C)|X in…
H A Dinvalid_covariance_drop_type2.phpt9 interface X {}
14 public function foo(): (A&B&C)|X {
21 public function foo(): (A&B)|X {
28 Fatal error: Declaration of FooChild::foo(): (A&B)|X must be compatible with Foo::foo(): (A&B&C)|X
/php-src/ext/standard/tests/strings/
H A Dvprintf_basic9.phpt13 $format11 = "%X";
14 $format22 = "%X %X";
15 $format33 = "%X %X %X";
H A Dvfprintf_basic9.phpt13 $format11 = "%X";
14 $format22 = "%X %X";
15 $format33 = "%X %X %X";
H A Dsprintf_basic9.phpt15 $format11 = "%X";
16 $format22 = "%X %X";
17 $format33 = "%X %X %X";
/php-src/Zend/tests/match/
H A Dmatch_scdf_cleanup.phpt5 var_dump(X||match(X and true or true){false=>X});
8 Fatal error: Uncaught Error: Undefined constant "X" in %smatch_scdf_cleanup.php:2
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp932_1.phpt26 $item = "�e�X�g�}���`�o�C�g�E�p�X"; // cp932 string
49 getting basename of %s\�e�X�g�}���`�o�C�g�E�p�X42\�e�X�g�}���`�o�C�g�E�p�X4
50 string(%d) "�e�X�g�}���`�o�C�g�E�p�X4"
52 string(%d) "%s\�e�X�g�}���`�o�C�g�E�p�X42\�e�X�g�}���`�o�C�g�E�p�X4"
/php-src/ext/iconv/tests/
H A Dbug52941.phpt10 X-Foo: =?ks_c_5601-1987?B?UkU6odk=?= Foo
11 X-Bar: =?ks_c_5601-1987?B?UkU6odk=?= =?UTF-8?Q?Foo?=
19 var_dump($decoded['X-Foo']);
20 var_dump($decoded['X-Bar']);
27 var_dump($decoded['X-Foo']);
28 var_dump($decoded['X-Bar']);
/php-src/ext/reflection/tests/
H A DReflectionClass_getDefaultProperties_001.phpt56 class X {
61 public $pubC = "pubC in X";
62 protected $protC = "protC in X";
63 private $privC = "privC in X";
176 ---- Static properties in X ----
179 [statPubC] => stat pubC in X
185 ---- Default properties in X ----
188 [statPubC] => stat pubC in X
191 [pubC] => pubC in X
192 [protC] => protC in X
[all …]

Completed in 45 milliseconds

12345678910>>...22