Home
last modified time | relevance | path

Searched refs:X (Results 176 – 200 of 552) sorted by relevance

12345678910>>...23

/PHP-8.2/ext/reflection/tests/
H A DReflectionClassConstant_toString_error.phpt7 const X = self::UNKNOWN;
11 echo new ReflectionClassConstant('B', 'X');
H A DReflectionClass_getConstant_basic.phpt15 class X {
18 $classes = array("C", "D", "E", "F", "X");
39 Reflecting on class X:
H A DReflectionObject_getConstants_basic.phpt15 class X {
18 $classes = array("C", "D", "E", "F", "X");
47 Reflecting on instance of class X:
H A DReflectionMethod_constructor_basic.phpt22 class X {
28 $methodInfo = new ReflectionMethod("X::Y");
31 class Y extends X {
H A DReflectionObject_getConstant_basic.phpt15 class X {
18 $classes = array("C", "D", "E", "F", "X");
39 Reflecting on instance of class X:
/PHP-8.2/Zend/tests/
H A Dupdate_consts_shadowed_private_prop.phpt6 private $prop = X;
16 define('X', 1);
H A Dclass_constants_007.phpt6 const X = ' ' . self::Y;
10 var_dump(B::X);
H A Dindirect_method_call_003.phpt18 $X = (new foo)->setX(10)->getX();
19 var_dump($X); // int(10)
H A Dget_class_methods_003.phpt12 class X {
22 class Y extends X implements I {
31 var_dump(get_class_methods('X'));
H A Dcoalesce_assign_optimization.phpt6 $a[X] ??= Y;
12 define('X', 1);
H A Dbug71414.phpt14 class X {
19 class Y extends X implements InterfaceY {
/PHP-8.2/ext/standard/tests/mail/
H A Dbug80706.phpt39 echo "X-Mailer header found: ";
40 var_dump(strpos($header, 'X-Mailer: bug80706') !== false);
58 . "X-Mailer: bug80706";
77 X-Mailer header found: bool(true)
79 X-Mailer header found: bool(true)
/PHP-8.2/sapi/cli/tests/
H A Dbug43177.phpt61 X-Powered-By: %s
69 X-Powered-By: %s
76 X-Powered-By: %s
83 X-Powered-By: %s
/PHP-8.2/ext/intl/tests/
H A Dcalendar_createInstance_error.phpt9 class X extends IntlTimeZone {
13 var_dump(intlcal_create_instance(new X, NULL));
/PHP-8.2/ext/filter/tests/
H A Dbug80584.phpt2 Bug #80584: "0x" and "0X" are considered valid hex numbers by filter_var()
8 var_dump(filter_var('0X', FILTER_VALIDATE_INT, FILTER_FLAG_ALLOW_HEX));
/PHP-8.2/sapi/cgi/tests/
H A D010.phpt42 X-Powered-By: PHP/%s
46 X-Powered-By: PHP/%s
49 X-Powered-By: PHP/%s
/PHP-8.2/ext/soap/tests/
H A Dbug70388.phpt15 …ient":3:{s:3:"uri";s:1:"X";s:8:"location";s:22:"http://localhost/a.xml";s:17:"__default_headers";a…
20 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="X" xmlns:x…
/PHP-8.2/ext/standard/tests/strings/
H A Dsscanf_basic4.phpt8 $str = "X = A + B - C";
26 string(1) "X"
33 string(1) "X"
/PHP-8.2/tests/lang/
H A Dbug30862.phpt12 define("X",0);
15 static $a = array(X=>"false", Y=>"true");
/PHP-8.2/Zend/tests/type_declarations/intersection_types/
H A Dbug81268.phpt7 public X&Y $y = null;
12 Fatal error: Cannot use null as default value for property Test::$y of type X&Y in %s on line %d
/PHP-8.2/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_1.phpt70 X
73 X
76 X
79 X
/PHP-8.2/ext/soap/tests/bugs/
H A Dbug73182.phpt40 'X-custom: foo',
42 ' X-custom2: trim me ',
60 X-custom: foo
62 X-custom2: trim me
/PHP-8.2/Zend/tests/type_declarations/dnf_types/variance/
H A Dvalid8.phpt13 function method1(): (X&Traversable)|string {}
14 function method2(): (X&MyIterator)|int {}
/PHP-8.2/ext/mbstring/tests/
H A Deucjp_encoding.phpt18 /* The JIS X 0208 character set does not have a single, straightforward
28 * to JIS X 0208 NOT SIGN */
34 /* Convert Unicode FULLWIDTH TILDE to JIS X 0208 WAVE DASH */
36 /* Convert Unicode FULLWIDTH HYPHEN-MINUS to JIS X 0208 MINUS SIGN */
38 /* Convert Unicode PARALLEL TO to JIS X 0208 DOUBLE VERTICAL LINE */
52 /* In the JIS X 0212 character set, kuten code 0x2237 (EUC-JP 0x8FA2B7)
66 echo "Irreversible mapping of 0x8FA2B7 follows JIS X 0212 correctly\n";
90 Irreversible mapping of 0x8FA2B7 follows JIS X 0212 correctly
/PHP-8.2/Zend/tests/type_declarations/union_types/variance/
H A Dinvalid_004.phpt6 public X|B $prop;
13 Fatal error: Type of B::$prop must be X|B (as in class A) in %s on line %d

Completed in 22 milliseconds

12345678910>>...23