Home
last modified time | relevance | path

Searched refs:I (Results 26 – 50 of 336) sorted by relevance

12345678910>>...14

/PHP-7.4/ext/zlib/tests/
H A Dgzfile_variation11.phpt38 string(38) "all I know is that you can realize it
47 string(39) "and I know that it descends down on me
58 string(38) "all I know is that you can realize it
67 string(39) "and I know that it descends down on me
78 string(38) "all I know is that you can realize it
87 string(39) "and I know that it descends down on me
98 string(38) "all I know is that you can realize it
107 string(39) "and I know that it descends down on me
118 string(38) "all I know is that you can realize it
127 string(39) "and I know that it descends down on me
H A Dgzfile_variation12.phpt36 string(38) "all I know is that you can realize it
45 string(39) "and I know that it descends down on me
56 string(38) "all I know is that you can realize it
65 string(39) "and I know that it descends down on me
76 string(38) "all I know is that you can realize it
85 string(39) "and I know that it descends down on me
96 string(38) "all I know is that you can realize it
105 string(39) "and I know that it descends down on me
H A Dgzfile_variation9.phpt35 string(38) "all I know is that you can realize it
44 string(39) "and I know that it descends down on me
55 string(38) "all I know is that you can realize it
64 string(39) "and I know that it descends down on me
75 string(38) "all I know is that you can realize it
84 string(39) "and I know that it descends down on me
95 string(38) "all I know is that you can realize it
104 string(39) "and I know that it descends down on me
H A Dreadgzfile_variation10.phpt35 all I know is that you can realize it
38 and I know that it descends down on me
42 all I know is that you can realize it
45 and I know that it descends down on me
55 all I know is that you can realize it
58 and I know that it descends down on me
62 all I know is that you can realize it
65 and I know that it descends down on me
/PHP-7.4/ext/pcre/tests/
H A Dpcre_count.phpt20 $regex = '~((V(I|1)(4|A)GR(4|A))|(V(I|1)C(0|O)D(I|1)(N|\/\\\/)))~i';
26 $regex = '~((V(I|1)(4|A)GR(4|A))|(V(I|1)C(0|O)D(I|1)(N|\/\\\/)))~i';
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_getDocComment_001.phpt33 interface I {}
38 class D implements I {}
41 class E extends C implements I {} {}
44 class F extends C implements I {} {}
47 final class G extends C implements I {} {}
49 $classes = array('A', 'B', 'C', 'D', 'E', 'F', 'G', 'I');
95 ---> Doc comment for class I:
H A DReflectionClass_isInstance_basic.phpt8 interface I {}
9 class C implements I {}
13 $classes = array("A", "B", "C", "I", "X");
44 is myA a I? bool(false)
45 is myB a I? bool(false)
46 is myC a I? bool(true)
47 is myX a I? bool(false)
H A DReflectionClass_isSubclassOf_basic.phpt9 interface I {}
10 class X implements I {}
38 Is A a subclass of I?
53 Is B a subclass of I?
68 Is C a subclass of I?
74 Is I a subclass of A?
77 Is I a subclass of B?
80 Is I a subclass of C?
83 Is I a subclass of I?
86 Is I a subclass of X?
[all …]
H A DReflectionClass_getInterfaces_003.phpt20 interface I {}
21 class C implements I {}
29 $a['I']->x = 1;
54 ["I"]=>
57 string(1) "I"
62 ["I"]=>
65 string(1) "I"
/PHP-7.4/Zend/tests/
H A Dbug73987_1.phpt6 interface I {
9 class A implements I {
10 public function example(): int { } // compatible with I::example
13 public function example(): string { } // compatible with I::example
H A Dbug73987.phpt6 interface I {
9 class A implements I {
10 public function example($a, $b = null, $c = null) { } // compatible with I::example
13 public function example($a, $b, $c = null) { } // compatible with I::example
H A Dis_a.phpt15 interface I {
18 class A extends BASE implements I {
25 var_dump(is_a($a, "I"));
29 var_dump(is_subclass_of($a, "I"));
H A Dbug77652.inc3 'I' => function() {
4 return new class implements I {};
H A Duse_unlinked_class.phpt10 class A implements I {
18 #1 [internal function]: {closure}('I')
19 #2 %s(%d): spl_autoload_call('I')
H A Dbug74657.phpt6 interface I {
10 const FOO = I::FOO;
22 Fatal error: Uncaught Error: Undefined class constant 'I::FOO' in %sbug74657.php:%d
H A Dbug40784.phpt7 function A () { echo "I'm A\n"; }
23 I'm A
24 I'm A
H A Dlist_keyed_evaluation_order_nested.phpt12 $i = new Stringable("I");
22 "I" => "offset value for I"
75 I evaluated.
76 Offset I retrieved.
77 Offset J set to offset value for I.
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_73087.phpt14 for ($I = 1; $I < 10; $I++) {
16 'id' => $I,
/PHP-7.4/ext/standard/tests/strings/
H A Dstrip_tags_variation4.phpt26 "<nnn>I am not a valid html text</nnn>",
27 '<nnn>I am not a valid html text</nnn>',
28 "<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>",
29 '<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>',
65 string(26) "I am not a valid html text"
67 string(26) "I am not a valid html text"
69 string(62) "I am a quoted (") string with special chars like $,\!,\@,\%,\&"
71 string(64) "I am a quoted (\") string with special chars like \$,\!,\@,\%,\&"
H A Dstrip_tags_variation7.phpt25 "<nnn>I am not a valid html text</nnn>",
26 '<nnn>I am not a valid html text</nnn>',
27 "<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>",
28 '<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>',
63 string(37) "<nnn>I am not a valid html text</nnn>"
65 string(37) "<nnn>I am not a valid html text</nnn>"
67 string(73) "<nnn>I am a quoted (") string with special chars like $,\!,\@,\%,\&</nnn>"
69 string(75) "<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>"
H A Dpack.phpt23 print_r(unpack("I", pack("I", 65534)));
24 print_r(unpack("I", pack("I", 0)));
25 print_r(unpack("I", pack("I", -1000)));
26 print_r(unpack("I", pack("I", -64434)));
27 print_r(unpack("I", pack("I", 4294967296)));
28 print_r(unpack("I", pack("I", -4294967296)));
/PHP-7.4/ext/date/tests/
H A Dbug33415-2.phpt10 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
18 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
27 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
36 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
44 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
53 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
61 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
70 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
79 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
87 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
[all …]
/PHP-7.4/tests/classes/
H A Dinterface_constant_inheritance_002.phpt5 interface I {
9 class C implements I {
16 Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I in %s on…
/PHP-7.4/ext/opcache/tests/
H A Dpreload_class_alias_2.inc2 interface I {}
3 class B implements I {}
/PHP-7.4/ext/standard/tests/file/windows_links/
H A Dbug48746_1.phpt31 file_put_contents("mklink_junction\\a.php", "<?php echo \"I am included.\n\" ?>");
33 file_put_contents("$fullpath\\mnt\\test\\directory\\b.php", "<?php echo \"I am included.\n\" ?>");
35 file_put_contents("$fullpath\\mnt\\test\\mklink_junction\\c.php", "<?php echo \"I am included.\n\" …
52 I am included.
53 I am included.
54 I am included.

Completed in 56 milliseconds

12345678910>>...14