Home
last modified time | relevance | path

Searched refs:I (Results 1 – 25 of 336) sorted by path

12345678910>>...14

/PHP-7.4/
H A DCODING_STANDARDS.md243 see [Indentstyle](http://www.catb.org/~esr/jargon/html/I/indent-style.html).
H A DCONTRIBUTING.md278 - Did I send the patch to the right mailing list?
279 - Did I review the mailing list archives to see if these kind of changes had
281 - Did I explain my change clearly?
H A DREADME.REDIST.BINS175 ensure compatibility, or for any other purpose. I would appreciate
177 the public domain as well, but I don't require that in order to let
193 Blowfish library (I can't be sure if I would think of something if I
/PHP-7.4/TSRM/
H A Dtsrm.m426 CPPFLAGS="$CPPFLAGS -I$1/include"
29 CPPFLAGS="$CPPFLAGS -I$1"
33 …AC_MSG_ERROR([Sorry[,] I was unable to locate the State Threads header file. Please specify the p…
/PHP-7.4/Zend/tests/assert/
H A Dexpect_004.phpt9 assert(false, "I require this to succeed");
15 string(25) "I require this to succeed"
H A Dexpect_005.phpt10 assert(true, "I require this to succeed");
/PHP-7.4/Zend/tests/
H A Dbug18556.phpt19 echo "\nInstantiating an InfoBlob with an uppercase I\n";
35 Instantiating an InfoBlob with an uppercase I
H A Dbug32427.phpt12 echo "I am a silly error\n";
19 I am a silly error
H A Dbug34260.phpt12 echo "I hate me\n";
19 echo "I heart me\n";
33 I hate me
34 I hate me
35 I heart me
36 I heart me
H A Dbug40784.phpt7 function A () { echo "I'm A\n"; }
23 I'm A
24 I'm A
H A Dbug42819.phpt8 const I = 12;
44 static $a1 = array(I => I);
45 static $a2 = array(foo\I => I);
46 static $a3 = array(foo\foo::I => I);
47 static $a4 = array(\foo\I => I);
48 static $a5 = array(\foo\foo::I => I);
54 static $a1 = array(I => foo\I);
55 static $a2 = array(foo\I => foo\I);
56 static $a3 = array(foo\foo::I => foo\I);
57 static $a4 = array(\foo\I => foo\I);
[all …]
H A Dbug60909_2.phpt9 throw new Exception('I CAN DO THIS');
16 Fatal error: Uncaught Exception: I CAN DO THIS in %s:%d
H A Dbug62358.phpt12 interface I {
16 abstract class A implements I{
H A Dbug69640.phpt5 throw new \ParseError('I mess everything up! :trollface:');
8 Parse error: I mess everything up! :trollface: in %sbug69640.php on line 2
H A Dbug71275.phpt17 echo "I'm working hard to clone";
27 I'm working hard to clone
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 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 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 Dbug77652.inc3 'I' => function() {
4 return new class implements I {};
H A Dbug77652.phpt6 interface I {}
9 print_r(class_implements($data['I']()));
15 [I] => I
H A Dbug80126.phpt6 interface I {
7 public function method(): I;
10 abstract class A implements I {
11 public function method(): I { }
H A Dbug80126_2.phpt6 interface I {
7 public function method(): I;
10 abstract class A implements I {
11 public function method(): I {
H A Dget_class_methods_003.phpt6 interface I {
22 class Y extends X implements I {
29 var_dump(get_class_methods('I'));
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 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.

Completed in 25 milliseconds

12345678910>>...14