Home
last modified time | relevance | path

Searched refs:X (Results 201 – 225 of 551) sorted by relevance

12345678910>>...23

/PHP-8.2/Zend/tests/zend_ini/
H A Dzend_ini_parse_quantity_error.phpt13 '1X', # Unknown multiplier.
16 '0X', # Valid prefix with no value
50 # "1X"
52 Warning: Invalid quantity "1X": unknown multiplier "X", interpreting as "1" for backwards compatibi…
60 # "0X"
62 Warning: Invalid quantity "0X": no digits after base prefix, interpreting as "0" for backwards comp…
/PHP-8.2/Zend/tests/
H A Dbug79897.phpt15 #[B(12, X)] public $b
21 const X = 42;
H A Dbug81104.phpt9 class X {
17 $y[] = new X();
H A Dbug47699.phpt14 new X();
18 Fatal error: Uncaught Error: Class "X" not found in %s:%d
H A Dconst_deprecation.phpt11 const X = ZEND_TEST_DEPRECATED;
12 var_dump(X);
H A Dbug60536_001.phpt6 class X {
9 class Y extends X {
H A Dexception_026.phpt9 X;
22 Next Error: Undefined constant "X" in %s:6
/PHP-8.2/Zend/tests/type_declarations/intersection_types/
H A Dimplicit_nullable_intersection_type_error.phpt6 function foo(X&Y $foo = null) {
18 foo(): Argument #1 ($foo) must be of type (X&Y)|null, int given, called in %s on line %d
/PHP-8.2/ext/iconv/tests/
H A Diconv_mime_decode_headers.phpt28 X-X-Sender: ***@***.example.com
34 X-UIDL: @eH!!h2:!!EOS!!A_c"!
74 ["X-X-Sender"]=>
86 ["X-UIDL"]=>
/PHP-8.2/ext/standard/tests/strings/
H A Dunpack_bug68225.phpt2 Bug #68225 unpack and X format code
8 $result = unpack('Va/X' ,$data);
H A Dsprintf_variation53.phpt18 "% X", "% X", "% X",
/PHP-8.2/ext/pcre/tests/
H A Dpcre_extra.phpt2 X (PCRE_EXTRA) modifier is ignored (no error, no change)
7 var_dump(preg_match('/\y/X', '\y'));
/PHP-8.2/tests/lang/
H A Dcompare_objects_basic2.phpt11 class X {
14 $obj1 = new X();
/PHP-8.2/ext/mbstring/tests/
H A Diso2022jp_encoding.phpt2 Test of ASCII and JIS X 0201/0208/0212 support in ISO-2022-JP and JIS7/8 encodings
32 /* The JIS X 0208 character set does not have a single, straightforward
83 /* All valid JIS X 0201 characters
105 echo "JIS X 0201 support OK\n";
134 echo "JIS X 0208 support OK\n";
162 echo "JIS X 0212 support OK\n";
247 convertInvalidString("\x1B\$(X", "%\$(X", "JIS", "UTF-8"); // Invalid escape
248 convertInvalidString("\x1B\$(X", "%\$(X", "ISO-2022-JP", "UTF-8"); // Invalid escape
256 JIS X 0201 support OK
257 JIS X 0208 support OK
[all …]
/PHP-8.2/ext/standard/tests/http/
H A Dignore_errors.phpt62 string(10) "X-Foo: bar"
85 string(10) "X-Foo: bar"
98 string(10) "X-bar: baz"
112 string(10) "X-Foo: bar"
125 string(10) "X-bar: baz"
/PHP-8.2/ext/gettext/tests/66265/en_US/LC_MESSAGES/
H A Ddomain.po11 "X-Generator: Poedit 1.6.10\n"
12 "X-Poedit-Basepath: .\n"
/PHP-8.2/ext/gd/tests/
H A Dcolorexact.phpt12 printf("%X\n", $c);
13 printf("%X\n", $c2);
/PHP-8.2/Zend/tests/attributes/
H A D014_class_const_group.phpt8 #[A(1, X)]
12 const X = 2;
H A D015_property_group.phpt8 #[A(1, X)]
12 const X = 2;
/PHP-8.2/ext/standard/tests/serialize/
H A Dbug71311.phpt5 $data = unserialize("C:11:\"ArrayObject\":11:{x:i:0;r:3;X}");
11 #0 [internal function]: ArrayObject->unserialize('x:i:0;r:3;X')
/PHP-8.2/ext/gettext/tests/66265/de_DE/LC_MESSAGES/
H A Ddomain.po11 "X-Generator: Poedit 1.6.10\n"
12 "X-Poedit-Basepath: .\n"
/PHP-8.2/ext/gettext/tests/66265/fr_FR/LC_MESSAGES/
H A Ddomain.po11 "X-Generator: Poedit 1.6.10\n"
12 "X-Poedit-Basepath: .\n"
/PHP-8.2/Zend/tests/assert/
H A Dexpect_007.phpt10 "key" => "X-HTTP ",
19 Fatal error: Uncaught HeaderMalfunctionError: malformed key found at 1 "X-HTTP " in %sexpect_007.ph…
/PHP-8.2/Zend/tests/type_declarations/variance/
H A Dstatic_variance_success.phpt10 public function test4(): X|Y|self {}
18 public function test4(): X|Y|static {}
/PHP-8.2/ext/reflection/tests/
H A Dbug51905.phpt11 const X = 12;
12 public function x($x = 1, $y = array(self::X), $z = parent::Y) {}

Completed in 54 milliseconds

12345678910>>...23