Home
last modified time | relevance | path

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

12345678910>>...17

/PHP-7.2/tests/lang/
H A Dcompare_objects_basic2.phpt11 class X {
14 $obj1 = new X();
/PHP-7.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-7.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-7.2/ext/standard/tests/strings/
H A Dsscanf_basic4.phpt13 $str = "X = A + B - C";
32 string(1) "X"
39 string(1) "X"
H A Dsprintf_variation53.phpt23 "% X", "% X", "% X",
H A Dvsprintf_variation19.phpt27 "% X % X % X",
/PHP-7.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-7.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-7.2/ext/reflection/tests/
H A DReflectionClass_getMethods_002.phpt10 $rc->getMethods('X');
11 $rc->getMethods('X', true);
H A DReflectionClass_getProperties_002.phpt10 $rc->getProperties('X');
11 $rc->getProperties('X', true);
H A Dbug51905.phpt11 const X = 12;
12 public function x($x = 1, $y = array(self::X), $z = parent::Y) {}
H A DReflectionObject_getConstructor_basic.phpt20 class X {
24 class Y extends X {
52 'OldAndNewCtor', 'NewAndOldCtor', 'B', 'C', 'D1', 'D2', 'X', 'Y');
82 No constructor for X
H A DReflectionClass_getConstructor_basic.phpt20 class X {
24 class Y extends X {
52 'OldAndNewCtor', 'NewAndOldCtor', 'B', 'C', 'D1', 'D2', 'X', 'Y');
82 No constructor for X
/PHP-7.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-7.2/ext/date/tests/
H A Dbug50392.phpt13 echo $result['fraction'] ? $result['fraction'] : 'X', "\n";
22 - X
/PHP-7.2/tests/classes/
H A Dconstants_comments_001.phpt7 class X {
14 class Y extends X {
H A Dconstants_visibility_004.phpt6 public const X = 1;
12 var_dump(self::X);
H A Dmethod_call_variation_001.phpt2 In $a->$b[Y]() and $a->X[Y]() both $a->$b[Y] and $a->X[Y] represent a global function name
/PHP-7.2/ext/openssl/tests/
H A Dopenssl_csr_sign_basic.phpt48 resource(%d) of type (OpenSSL X.509)
49 resource(%d) of type (OpenSSL X.509)
50 resource(%d) of type (OpenSSL X.509)
51 resource(%d) of type (OpenSSL X.509)
81 resource(%d) of type (OpenSSL X.509)
H A Dopenssl_x509_read_basic.phpt25 resource(%d) of type (OpenSSL X.509)
26 resource(%d) of type (OpenSSL X.509)
30 resource(%d) of type (OpenSSL X.509)
/PHP-7.2/ext/pdo_oci/tests/
H A Dpdo_oci_attr_case.phpt61 string(1) "X"
67 string(1) "X"
73 string(1) "X"
79 string(1) "X"
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput7318 X
1220 /^S(\X*)e(\X*)$/8
1226 /^\X/8
1241 /\X/
1253 /\X{2}/
1259 /\X+a/
1267 /\X+?a/
1289 /^\X/8
1331 /^\X+/8
2155 /\D+\X \d+\X \S+\X \s+\X \W+\X \w+\X \C+\X \R+\X \H+\X \h+\X \V+\X \v+\X a+\X \n+\X .+\X/BZx
[all …]
/PHP-7.2/ext/gd/tests/
H A Dcolorexact.phpt14 printf("%X\n", $c);
15 printf("%X\n", $c2);
/PHP-7.2/sapi/cgi/tests/
H A D003.phpt49 string(%d) "X-Powered-By: PHP/%s
57 X-Powered-By: PHP/%s
62 string(%d) "X-Powered-By: PHP/%s
/PHP-7.2/ext/spl/tests/
H A Dspl_autoload_bug48541.phpt6 class X {
17 $x = new X;

Completed in 46 milliseconds

12345678910>>...17