/PHP-8.3/ext/com_dotnet/ |
H A D | com_iterator.c | 44 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 D | com_saproxy.c | 455 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-8.3/tests/lang/ |
H A D | 028.phpt | 59 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 D | bug24640.phpt | 78 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-8.3/ext/oci8/tests/ |
H A D | bug43492.phpt | 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 83 A B C D E F G H I J 84 A B C D E F G H I J 85 A B C D E F G H I J [all …]
|
H A D | bug43492_2.phpt | 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 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 [all …]
|
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | encoding.c | 237 #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-8.3/Zend/tests/ |
H A D | bug42819.phpt | 8 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 D | bug34260.phpt | 12 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 D | bug77652.phpt | 6 interface I {} 9 print_r(class_implements($data['I']())); 15 [I] => I
|
H A D | bug80126.phpt | 6 interface I { 7 public function method(): I; 10 abstract class A implements I { 11 public function method(): I { }
|
/PHP-8.3/ext/date/tests/ |
H A D | bug52738.phpt | 9 $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 D | gh10747-2.phpt | 5 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 D | gh10747-1.phpt | 7 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 D | gh10747-error.phpt | 5 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 D | gh10747-3.phpt | 5 class I extends DateInterval 20 $i = new I('P3D'); 27 object(I)#1 (14) { 28 ["var1":"I":private]=> 30 ["var2":"I":private]=> 57 …I":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 D | bug33414-1.phpt | 10 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 D | gh10747-4.phpt | 7 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]=> 88 …I":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]=>
|
/PHP-8.3/ext/standard/tests/strings/ |
H A D | strip_tags_variation6.phpt | 13 "<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-8.3/ext/simplexml/tests/ |
H A D | bug45553.phpt | 9 <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-8.3/ext/standard/tests/class_object/ |
H A D | get_class_methods_basic_003.phpt | 9 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-8.3/tests/classes/ |
H A D | object_reference_001.phpt | 10 $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-8.3/ext/opcache/tests/ |
H A D | compact_literals.phpt | 195 -->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-8.3/ext/session/ |
H A D | mod_files.bat | 18 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-8.3/ext/zlib/tests/ |
H A D | readgzfile_variation12.phpt | 27 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
|