Home
last modified time | relevance | path

Searched refs:X (Results 126 – 150 of 552) sorted by relevance

12345678910>>...23

/PHP-8.2/Zend/tests/type_declarations/intersection_types/variance/
H A Dvalid7.phpt15 function method(): X&Y {}
16 function method2(): X&Y {}
17 function method3(): X&Y {}
H A Dinvalid4.phpt11 function method(): X&Y {}
17 …uld not check compatibility between Test2::method(): X&Y and Test::method(): object, because class…
H A Dinvalid6.phpt11 function method(): X&Y {}
20 …ck compatibility between Test2::method(): Y&Z and Test::method(): X&Y, because class X is not avai…
/PHP-8.2/ext/standard/tests/strings/
H A Dbug37244.phpt17 string(92) "Implemem][ۜ�UT��Z�X�H[���[��Y�]�۝Z[���\�X�\���]�YHH�\�H[X
/PHP-8.2/Zend/tests/type_declarations/dnf_types/variance/
H A Dvalid7.phpt15 function method1(): (X&Y)|Countable {}
16 function method2(): (X&Y)|int {}
17 function method3(): (X&Y)|int {}
/PHP-8.2/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp932_2.phpt26 $item = "�e�X�g�}���`�o�C�g�E�p�X"; // cp932 string
51 getting basename of %s\�e�X�g�}���`�o�C�g�E�p�X33
52 string(%d) "�e�X�g�}���`�o�C�g�E�p�X33"
54 string(%d) "%s\�e�X�g�}���`�o�C�g�E�p�X33"
/PHP-8.2/ext/opcache/tests/
H A Dpreload_variance.inc3 // Requires X, delay to runtime.
4 // TODO: It is not actually required, because we don't need X to check inheritance in this case.
6 public function method(X $a) {}
9 public function method($a) : X {}
48 public function method(X $a) {}
H A Dpreload_early_binding.inc2 var_dump(new X);
3 class X {}
/PHP-8.2/ext/opcache/tests/jit/
H A Dnoval_001.phpt15 const X = false;
19 if (self::X) {
22 if (self::X) {
/PHP-8.2/Zend/tests/type_declarations/variance/
H A Dtrait_error.phpt8 class X {
14 class U extends X {
20 Fatal error: Could not check compatibility between T::method($r): B and X::method($a): A, because c…
H A Dabstract_constructor.phpt5 class X {
8 abstract function __construct(X $x);
18 Fatal error: Could not check compatibility between C::__construct(Y $x) and A::__construct(X $x), b…
H A Dclass_order_autoload_error7.phpt13 function m(): X {}
24 Fatal error: Could not check compatibility between B::m(): X and A::m(): B, because class X is not …
/PHP-8.2/Zend/tests/
H A Dis_callable_trampoline_uaf.phpt16 class X {
22 // Extra X::foo() wrapper to force use of allocated trampoline.
23 X::foo($a->bar('foo'));
H A Dconstructor_abstract_grantparent.phpt7 abstract function __construct(X $x);
10 function __construct(X $x) {}
18 Fatal error: Declaration of C::__construct() must be compatible with A::__construct(X $x) in %s on …
H A Dbug44141.phpt5 class X
14 class Y extends X
26 Fatal error: Uncaught Error: Call to private X::__construct() from scope Y in %s:%d
/PHP-8.2/ext/phar/tests/cache_list/files/
H A Dfrontcontroller3.phar12 v���������������������a.php���nWX�����ж���������a.jpg���nWX�����ж���������a.phps���n…
H A Dfrontcontroller4.phar12 v���������������������a.php����WX�����ж���������a.jpg����WX�����ж���������a.phps����…
/PHP-8.2/ext/phar/tests/files/
H A Dfrontcontroller4.phar12 v���������������������a.php���UXX�����ж���������a.jpg���UXX�����ж���������a.phps���U…
/PHP-8.2/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";
68 assert(0 && ($a = function &(array &$a, X $b = null, int|float $c) use ($c,&$d) : X {
100 assert(0 && ($a = function &(?array &$a, X $b = null) use ($c,&$d) : X {
168 Warning: assert(): assert(0 && ($a = function &(array &$a, ?X $b = null) use($c, &$d): ?X {
170 public const X = 12;
171 public const Y = self::X, Z = 'aaa';
213 …ing: assert(): assert(0 && ($a = function &(array &$a, X $b = null, int|float $c) use($c, &$d): X {
253 Warning: assert(): assert(0 && ($a = function &(?array &$a, X $b = null) use($c, &$d): X {
/PHP-8.2/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-8.2/ext/openssl/tests/
H A Dopenssl_pkcs7_decrypt_error.phpt36 string(62) "openssl_pkcs7_decrypt(): X.509 Certificate cannot be retrieved"
38 string(62) "openssl_pkcs7_decrypt(): X.509 Certificate cannot be retrieved"
40 string(62) "openssl_pkcs7_decrypt(): X.509 Certificate cannot be retrieved"
42 string(62) "openssl_pkcs7_decrypt(): X.509 Certificate cannot be retrieved"
H A Dopenssl_cms_decrypt_error.phpt36 string(60) "openssl_cms_decrypt(): X.509 Certificate cannot be retrieved"
38 string(60) "openssl_cms_decrypt(): X.509 Certificate cannot be retrieved"
40 string(60) "openssl_cms_decrypt(): X.509 Certificate cannot be retrieved"
42 string(60) "openssl_cms_decrypt(): X.509 Certificate cannot be retrieved"
/PHP-8.2/ext/reflection/tests/
H A DReflectionObject_getConstructor_basic.phpt12 class X {
16 class Y extends X {
35 'B', 'C', 'D1', 'D2', 'X', 'Y');
56 No constructor for X
/PHP-8.2/sapi/cgi/tests/
H A Dbug61605.phpt25 [0] => X-Powered-By: %s
30 [0] => X-Powered-By: %s
36 [0] => X-Powered-By: %s
/PHP-8.2/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",

Completed in 23 milliseconds

12345678910>>...23