Home
last modified time | relevance | path

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

12345678910>>...17

/php-src/ext/com_dotnet/
H A Dcom_iterator.c44 if (I->ev) { in com_iter_dtor()
98 I->key++; in com_iter_move_forwards()
106 if (I->key >= (ULONG) I->sa_max) { in com_iter_move_forwards()
110 I->key++; in com_iter_move_forwards()
111 if (!php_com_safearray_get_elem(&I->safe_array, &I->v, (LONG)I->key)) { in com_iter_move_forwards()
118 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()
191 if (I->sa_max >= bound && php_com_safearray_get_elem(&I->safe_array, &I->v, bound)) { in php_com_iter_get()
239 if (I) { in php_com_iter_get()
[all …]
H A Dcom_saproxy.c455 efree(I); in saproxy_iter_dtor()
462 return (I->key < I->imax) ? SUCCESS : FAILURE; in saproxy_iter_valid()
472 I->indices[I->proxy->dimensions-1] = I->key; in saproxy_iter_get_data()
489 php_com_wrap_variant(&I->data, &v, I->proxy->obj->code_page); in saproxy_iter_get_data()
492 return &I->data; in saproxy_iter_get_data()
510 if (++I->key >= I->imax) { in saproxy_iter_move_forwards()
511 I->key = -1; in saproxy_iter_move_forwards()
537 I = ecalloc(1, sizeof(*I)); in php_com_saproxy_iter_get()
539 Z_PTR(I->iter.data) = I; in php_com_saproxy_iter_get()
554 I->key = I->imin; in php_com_saproxy_iter_get()
[all …]
/php-src/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.phpt78 I%s
80 I%s
81 I%s
88 I%s
90 I%s
91 I%s
98 I%s
100 I%s
101 I%s
108 I%s
[all …]
/php-src/ext/fileinfo/libmagic/
H A Dencoding.c237 #define I 2 /* character appears in ISO-8859 text */ macro
254 I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, /* 0xaX */
255 I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, /* 0xbX */
256 I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, /* 0xcX */
257 I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, /* 0xdX */
258 I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, /* 0xeX */
259 I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, I /* 0xfX */
283 LOOKS(latin1, t != T && t != I)
284 LOOKS(extended, t != T && t != I && t != X)
568 #undef I
/php-src/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 { }
/php-src/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 Dgh10747-2.phpt5 class I extends DateTimeZone
20 $i = new I('Europe/Kyiv');
27 object(I)#1 (6) {
28 ["var1":"I":private]=>
30 ["var2":"I":private]=>
41 string(143) "O:1:"I":6:{s:13:"timezone_type";i:3;s:8:"timezone";s:11:"Europe/Kyiv";s:7:"!I!var1";i:…
42 object(I)#2 (6) {
43 ["var1":"I":private]=>
45 ["var2":"I":private]=>
H A Dgh10747-1.phpt7 class I extends DateTimeImmutable
22 $i = new I;
29 object(I)#1 (7) {
30 ["var1":"I":private]=>
32 ["var2":"I":private]=>
45 string(%d) "O:1:"I":7:{s:4:"date";s:%d:"%s";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";s:7:"…
46 object(I)#2 (7) {
47 ["var1":"I":private]=>
49 ["var2":"I":private]=>
H A Dgh10747-error.phpt5 class I extends DateTimeImmutable
20 $s = 'O:1:"I":7:{s:4:"date";s:26:"2023-03-09 17:03:11.123456";s:13:"timezone_type";i:3;s:8:"timezon…
25 $s = 'O:1:"I":7:{s:4:"date";s:26:"2023-03-09 17:03:11.123456";s:13:"timezone_type";i:3;s:8:"timezon…
31 …g(179) "O:1:"I":7:{s:4:"date";s:26:"2023-03-09 17:03:11.123456";s:13:"timezone_type";i:3;s:8:"time…
32 object(I)#1 (7) {
33 ["var1":"I":private]=>
35 ["var2":"I":private]=>
48 string(179) "O:1:"I":7:{s:4:"date";s:26:"2023-03-09 17:03:11.123456";s:13:"timezone_type";i:3;s:8:"…
49 object(I)#2 (7) {
50 ["var1":"I":private]=>
[all …]
H A Dgh10747-3.phpt5 class I extends DateInterval
20 $i = new I('P3D');
27 object(I)#1 (14) {
28 ["var1":"I":private]=>
30 ["var2":"I":private]=>
57I":14:{s:1:"y";i:0;s:1:"m";i:0;s:1:"d";i:3;s:1:"h";i:0;s:1:"i";i:0;s:1:"s";i:0;s:1:"f";d:0;s:6:"in…
58 object(I)#2 (14) {
59 ["var1":"I":private]=>
61 ["var2":"I":private]=>
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 Dgh10747-4.phpt7 class I extends DatePeriod
22 $i = new I(new DateTimeImmutable('2023-03-03 16:24'), DateInterval::createFromDateString('+1 hour')…
29 object(I)#1 (11) {
79 ["var1":"I":private]=>
81 ["var2":"I":private]=>
88I":11:{s:5:"start";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-03-03 16:24:00.000000";s:13:"…
89 object(I)#2 (11) {
139 ["var1":"I":private]=>
141 ["var2":"I":private]=>
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-src/ext/standard/tests/strings/
H A Dstrip_tags_variation6.phpt13 "<html> I am html string </html>".chr(0)."<?php I am php string ?>",
14 "<html> I am html string\0 </html><?php I am php string ?>",
15 "<a>I am html string</a>",
16 "<html>I am html string</html>".decbin(65)."<?php I am php string?>"
33 string(18) " I am html string "
35 string(18) " I am html string "
37 string(16) "I am html string"
39 string(23) "I am html string1000001"
/php-src/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>
29 I am A
30 I am a:Nothing
31 I am a:A
32 I am a:Nothing
33 I am Nothing
/php-src/ext/standard/tests/class_object/
H A Dget_class_methods_basic_003.phpt9 interface I {
14 class C implements I {
22 echo "Accessing I from C:\n";
23 var_dump(get_class_methods("I"));
30 echo "Accessing I from global scope:\n";
31 var_dump(get_class_methods("I"));
38 Accessing I from global scope:
52 Accessing I from C:
/php-src/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-src/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-src/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-src/ext/zlib/tests/
H A Dreadgzfile_variation12.phpt27 all I know is that you can realize it
30 and I know that it descends down on me
34 all I know is that you can realize it
37 and I know that it descends down on me
41 all I know is that you can realize it
44 and I know that it descends down on me
48 all I know is that you can realize it
51 and I know that it descends down on me
H A Dreadgzfile_variation9.phpt26 all I know is that you can realize it
29 and I know that it descends down on me
33 all I know is that you can realize it
36 and I know that it descends down on me
40 all I know is that you can realize it
43 and I know that it descends down on me
47 all I know is that you can realize it
50 and I know that it descends down on me

Completed in 80 milliseconds

12345678910>>...17