Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-7.4/ext/com_dotnet/
H A Dcom_iterator.c46 if (I->ev) { in com_iter_dtor()
100 I->key++; in com_iter_move_forwards()
108 if (I->key >= (ULONG) I->sa_max) { in com_iter_move_forwards()
112 I->key++; in com_iter_move_forwards()
113 if (php_com_safearray_get_elem(&I->safe_array, &I->v, (LONG)I->key) == 0) { in com_iter_move_forwards()
120 php_com_zval_from_variant(&ptr, &I->v, I->code_page); in com_iter_move_forwards()
160 I = (struct php_com_iterator*)ecalloc(1, sizeof(*I)); in php_com_iter_get()
163 Z_PTR(I->iter.data) = I; in php_com_iter_get()
190 if (I->sa_max >= bound && php_com_safearray_get_elem(&I->safe_array, &I->v, bound)) { in php_com_iter_get()
238 if (I) { in php_com_iter_get()
[all …]
H A Dcom_saproxy.c475 efree(I); in saproxy_iter_dtor()
482 return (I->key < I->imax) ? SUCCESS : FAILURE; in saproxy_iter_valid()
492 I->indices[I->proxy->dimensions-1] = I->key; in saproxy_iter_get_data()
509 php_com_wrap_variant(&I->data, &v, I->proxy->obj->code_page); in saproxy_iter_get_data()
512 return &I->data; in saproxy_iter_get_data()
530 if (++I->key >= I->imax) { in saproxy_iter_move_forwards()
531 I->key = -1; in saproxy_iter_move_forwards()
556 I = ecalloc(1, sizeof(*I)); in php_com_saproxy_iter_get()
558 Z_PTR(I->iter.data) = I; in php_com_saproxy_iter_get()
573 I->key = I->imin; in php_com_saproxy_iter_get()
[all …]
/PHP-7.4/tests/lang/
H A D028.phpt59 I'm still alive
64 I'm still alive
69 I'm still alive
74 I'm still alive
79 I'm still alive
84 I'm still alive
89 I'm still alive
94 I'm still alive
99 I'm still alive
104 I'm still alive
[all …]
H A Dbug24640.phpt80 I%s
82 I%s
83 I%s
90 I%s
92 I%s
93 I%s
100 I%s
102 I%s
103 I%s
110 I%s
[all …]
/PHP-7.4/ext/fileinfo/libmagic/
H A Dencoding.c228 #define I 2 /* character appears in ISO-8859 text */ macro
245 I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, /* 0xaX */
246 I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, /* 0xbX */
247 I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, /* 0xcX */
248 I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, /* 0xdX */
249 I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, /* 0xeX */
250 I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, I /* 0xfX */
283 if (t != T && t != I) in looks_latin1()
303 if (t != T && t != I && t != X) in looks_extended()
506 #undef I
/PHP-7.4/ext/oci8/tests/
H A Dbug43492.phpt73 A B C D E F G H I J
74 A B C D E F G H I J
75 A B C D E F G H I J
76 A B C D E F G H I J
77 A B C D E F G H I J
78 A B C D E F G H I J
79 A B C D E F G H I J
80 A B C D E F G H I J
81 A B C D E F G H I J
82 A B C D E F G H I J
[all …]
H A Dbug43492_2.phpt64 A B C D E F G H I J
65 A B C D E F G H I J
66 A B C D E F G H I J
67 A B C D E F G H I J
68 A B C D E F G H I J
69 A B C D E F G H I J
70 A B C D E F G H I J
71 A B C D E F G H I J
72 A B C D E F G H I J
73 A B C D E F G H I J
[all …]
/PHP-7.4/Zend/tests/
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 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 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 {
/PHP-7.4/ext/date/tests/
H A Dbug52738.phpt9 $I = new di('P10D');
10 echo $I->unit."\n";
11 $I->unit++;
12 echo $I->unit."\n";
13 $I->unit = 42;
14 echo $I->unit."\n";
15 $I->d++;
16 print_r($I);
H A Dbug33414-1.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";
26 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
34 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
43 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
51 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
59 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
67 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
75 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
83 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
[all …]
H A Dbug33414-2.phpt8 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
10 print "result=".date("l Y-m-d H:i:s T I", $strtotime_tstamp)."\n";
16 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
18 print "result=".date("l Y-m-d H:i:s T I", $strtotime_tstamp)."\n";
24 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
32 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
40 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
48 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
56 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
64 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dstrip_tags_variation6.phpt18 "<html> I am html string </html>".chr(0)."<?php I am php string ?>",
19 "<html> I am html string\0 </html><?php I am php string ?>",
20 "<a>I am html string</a>",
21 "<html>I am html string</html>".decbin(65)."<?php I am php string?>"
38 string(18) " I am html string "
40 string(18) " I am html string "
42 string(16) "I am html string"
44 string(23) "I am html string1000001"
/PHP-7.4/ext/simplexml/tests/
H A Dbug45553.phpt9 <data a:label="I am A" label="I am Nothing">test1</data>
10 <a:data a:label="I am a:A" label="I am a:Nothing">test2</a:data>
30 I am A
31 I am a:Nothing
32 I am a:A
33 I am a:Nothing
34 I am Nothing
/PHP-7.4/tests/classes/
H A Dobject_reference_001.phpt10 $this->name = "I'm Foo!\n";
17 $bar->name = "I'm Bar!\n";
19 // In ZE1, we would expect "I'm Foo!"
24 I'm Foo!
25 I'm Bar!
/PHP-7.4/ext/standard/tests/class_object/
H A Dget_class_methods_basic_003.phpt15 interface I {
20 class C implements I {
28 echo "Accessing I from C:\n";
29 var_dump(get_class_methods("I"));
36 echo "Accessing I from global scope:\n";
37 var_dump(get_class_methods("I"));
44 Accessing I from global scope:
58 Accessing I from C:
/PHP-7.4/ext/opcache/tests/
H A Dcompact_literals.phpt195 -->I
196 string(1) "I"
197 string(1) "I"
198 string(1) "I"
199 string(1) "I"
200 string(1) "I"
201 string(1) "I"
209 -->I
210 string(1) "I"
211 string(1) "I"
[all …]
/PHP-7.4/ext/session/
H A Dmod_files.bat18 IF /I %ERRORLEVEL% EQU 9167 GOTO DepthError
20 IF /I %Depth% LEQ 0 GOTO DepthError
25 IF /I %ERRORLEVEL% EQU 9167 GOTO BitsError
27 IF /I %Bits% LSS 4 GOTO BitsError
28 IF /I %Bits% GTR 6 GOTO BitsError
36 IF /I %Bits% GEQ 5 SET HashChars=!HashChars! G H I J K L M N O P Q R S T U V
37 IF /I %Bits% GEQ 6 SET HashChars=!HashChars! W X Y Z - ,
48 IF /I %ThisDepth% GTR 0 FOR %%A IN (%HashChars%) DO CALL "%~0" AUTO "%~2\%%~A" %ThisDepth%
/PHP-7.4/ext/zlib/tests/
H A Dreadgzfile_variation11.phpt32 all I know is that you can realize it
35 and I know that it descends down on me
39 all I know is that you can realize it
42 and I know that it descends down on me
46 all I know is that you can realize it
49 and I know that it descends down on me
53 all I know is that you can realize it
56 and I know that it descends down on me
60 all I know is that you can realize it
63 and I know that it descends down on me
H A Dreadgzfile_variation12.phpt30 all I know is that you can realize it
33 and I know that it descends down on me
37 all I know is that you can realize it
40 and I know that it descends down on me
44 all I know is that you can realize it
47 and I know that it descends down on me
51 all I know is that you can realize it
54 and I know that it descends down on me
H A Dreadgzfile_variation9.phpt29 all I know is that you can realize it
32 and I know that it descends down on me
36 all I know is that you can realize it
39 and I know that it descends down on me
43 all I know is that you can realize it
46 and I know that it descends down on me
50 all I know is that you can realize it
53 and I know that it descends down on me
/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dloading_exception2.phpt15 class B extends A implements I {
36 class B extends A implements I, J {
44 Class I does not exist
45 Class I does not exist
47 Fatal error: During inheritance of B with variance dependencies: Uncaught Exception: Class I does n…
49 #0 [internal function]: {closure}('I')
50 #1 %s(%d): spl_autoload_call('I')

Completed in 40 milliseconds

12345678910>>...14