Home
last modified time | relevance | path

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

12345678910>>...17

/PHP-5.5/ext/com_dotnet/
H A Dcom_iterator.c48 if (I->ev) { in com_iter_dtor()
56 efree(I); in com_iter_dtor()
102 if (I->ev) { in com_iter_move_forwards()
105 I->key++; in com_iter_move_forwards()
113 if (I->key >= (ULONG) I->sa_max) { in com_iter_move_forwards()
117 I->key++; in com_iter_move_forwards()
118 if (php_com_safearray_get_elem(&I->safe_array, &I->v, (LONG)I->key TSRMLS_CC) == 0) { in com_iter_move_forwards()
165 I = (struct php_com_iterator*)ecalloc(1, sizeof(*I)); in php_com_iter_get()
167 I->iter.data = I; in php_com_iter_get()
242 if (I) { in php_com_iter_get()
[all …]
H A Dcom_saproxy.c478 efree(I->indices); in saproxy_iter_dtor()
479 efree(I); in saproxy_iter_dtor()
486 return (I->key < I->imax) ? SUCCESS : FAILURE; in saproxy_iter_valid()
497 I->indices[I->proxy->dimensions-1] = I->key; in saproxy_iter_get_data()
537 if (++I->key >= I->imax) { in saproxy_iter_move_forwards()
538 I->key = -1; in saproxy_iter_move_forwards()
564 I = ecalloc(1, sizeof(*I)); in php_com_saproxy_iter_get()
566 I->iter.data = I; in php_com_saproxy_iter_get()
568 I->proxy = proxy; in php_com_saproxy_iter_get()
581 I->key = I->imin; in php_com_saproxy_iter_get()
[all …]
/PHP-5.5/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-5.5/ext/fileinfo/libmagic/
H A Dencoding.c195 #define I 2 /* character appears in ISO-8859 text */ macro
212 I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, /* 0xaX */
213 I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, /* 0xbX */
214 I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, /* 0xcX */
215 I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, /* 0xdX */
216 I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, /* 0xeX */
217 I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, I /* 0xfX */
250 if (t != T && t != I) in looks_latin1()
270 if (t != T && t != I && t != X) in looks_extended()
410 #undef I
/PHP-5.5/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-5.5/Zend/tests/
H A Dbug42819.phpt10 const I = 12;
46 static $a1 = array(I => I);
47 static $a2 = array(foo\I => I);
48 static $a3 = array(foo\foo::I => I);
49 static $a4 = array(\foo\I => I);
50 static $a5 = array(\foo\foo::I => I);
56 static $a1 = array(I => foo\I);
57 static $a2 = array(foo\I => foo\I);
58 static $a3 = array(foo\foo::I => foo\I);
59 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
/PHP-5.5/sapi/apache/
H A Dlibphp5.module.in6I@php_abs_top_builddir@/main -I@php_abs_top_builddir@/Zend -I@php_abs_top_builddir@/TSRM -I@php_ab…
/PHP-5.5/sapi/apache_hooks/
H A Dlibphp5.module.in6I@php_abs_top_builddir@/main -I@php_abs_top_builddir@/Zend -I@php_abs_top_builddir@/TSRM -I@php_ab…
/PHP-5.5/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 …]
/PHP-5.5/ext/standard/tests/strings/
H A Dstrip_tags_variation6.phpt20 "<html> I am html string </html>".chr(0)."<?php I am php string ?>",
21 "<html> I am html string\0 </html><?php I am php string ?>",
22 b"<a>I am html string</a>",
23 "<html>I am html string</html>".decbin(65)."<?php I am php string?>"
40 string(18) " I am html string "
42 string(18) " I am html string "
44 string(16) "I am html string"
46 string(23) "I am html string1000001"
/PHP-5.5/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-5.5/sapi/pi3web/
H A Dphp5pi3web.dsp47 …Od /I "...\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\.." /I "..\..\main" /I "..\..\TSRM"…
73 …O2 /I "...\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\.." /I "..\..\main" /I "..\..\TSRM"…
99I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\Zend" /I "..\TSRM" /I "..\ext\mysq…
100 …O2 /I "...\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\.." /I "..\..\main" /I "..\..\TSRM"…
/PHP-5.5/ext/ldap/
H A Dldap.dsp104 …SE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I ".…
105 …nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w3…
130 # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\…
131 …ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w3…
157 …ASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w3…
158 …ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w3…
184 …nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w3…
185 …nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w3…
211 …ASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w3…
212 …ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w3…
[all …]
/PHP-5.5/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-5.5/tests/classes/
H A Dobject_reference_001.phpt12 $this->name = "I'm Foo!\n";
19 $bar->name = "I'm Bar!\n";
21 // In ZE1, we would expect "I'm Foo!"
26 I'm Foo!
27 I'm Bar!
/PHP-5.5/win32/
H A Dphp5ts.dsp47 … ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\…
72 …/nologo /MDd /W3 /Gm /GX /ZI /Od /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\…
98 # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "." /I "regex" /I "..\bindlib_w32" /I "Zend" /I "tsrm" /D…
100 … ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\…
125 # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I
127 … CPP /nologo /MD /W3 /GX /Zi /Od /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\…
/PHP-5.5/ext/curl/
H A Dcurl.dsp48 # ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\..\Zend" /I "..\..\..\bindlib_w32" /I "…
49 …ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSR…
76 # ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\…
77 …PP /nologo /MDd /W3 /GX /ZI /Od /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSR…
104 …D BASE CPP /nologo /MDd /W3 /GX /ZI /Od /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I ".…
105 …PP /nologo /MDd /W3 /GX /ZI /Od /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSR…
133 # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\…
134 …ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\TSR…
/PHP-5.5/ext/zlib/tests/
H A Dreadgzfile_variation11.phpt31 all I know is that you can realize it
34 and I know that it descends down on me
38 all I know is that you can realize it
41 and I know that it descends down on me
45 all I know is that you can realize it
48 and I know that it descends down on me
52 all I know is that you can realize it
55 and I know that it descends down on me
59 all I know is that you can realize it
62 and I know that it descends down on me
/PHP-5.5/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-5.5/ext/pspell/
H A Dpspell.dsp46 …ologo /MTd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32…
47 … /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\..\zlib" /I ".…
73 … /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\..\zlib" /I ".…
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.dsp48 # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\win32" /I "..\..\Zend" /I "..\.." /I "..\..\ma…
74 # ADD CPP /nologo /MD /W3 /GX /O2 /I "...\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\.." /
100 # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "...\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\…
101 # ADD CPP /nologo /MD /W3 /GX /O2 /I "...\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\.." /
127 …D BASE CPP /nologo /MD /W3 /GX /O2 /I "...\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\.."…
128 …DD CPP /nologo /MD /W3 /GX /Zi /Od /I "...\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\.."…

Completed in 79 milliseconds

12345678910>>...17