Home
last modified time | relevance | path

Searched refs:I (Results 176 – 200 of 409) sorted by relevance

12345678910>>...17

/PHP-5.5/ext/interbase/tests/
H A Dbug45373.phpt30 ["I"]=>
38 ["I"]=>
/PHP-5.5/ext/mcrypt/
H A Dconfig.m47 CPPFLAGS=-I$MCRYPT_DIR/include
46 AC_MSG_ERROR([Sorry, I was not able to diagnose which libmcrypt version you have installed.])
/PHP-5.5/sapi/apache2handler/
H A Dconfig.w3216 '/D PHP_APACHE2_EXPORTS /I win32');
34 '/D PHP_APACHE2_EXPORTS /I win32',
52 '/D PHP_APACHE2_EXPORTS /I win32',
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c2466 if (I->fetch_ahead) { in pdo_stmt_iter_dtor()
2470 efree(I); in pdo_stmt_iter_dtor()
2515 if (!do_fetch(I->stmt, TRUE, I->fetch_ahead, PDO_FETCH_USE_DEFAULT, in pdo_stmt_iter_move_forwards()
2520 I->key = (ulong)-1; in pdo_stmt_iter_move_forwards()
2527 I->key++; in pdo_stmt_iter_move_forwards()
2548 I = ecalloc(1, sizeof(*I)); in pdo_stmt_iter_get()
2550 I->iter.data = I; in pdo_stmt_iter_get()
2551 I->stmt = stmt; in pdo_stmt_iter_get()
2555 if (!do_fetch(I->stmt, TRUE, I->fetch_ahead, PDO_FETCH_USE_DEFAULT, in pdo_stmt_iter_get()
2558 I->key = (ulong)-1; in pdo_stmt_iter_get()
[all …]
/PHP-5.5/TSRM/
H A DTSRM.dsp45 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /I "C:\Projects\TSRM" /D "WIN32" /D "_DEBUG" /D "_MBCS" …
46 # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "." /D "_DEBUG" /D "ZTS" /D "_LIB" /D "TSRM_EXPORTS" …
69 # ADD CPP /nologo /MD /W3 /GX /O2 /I "." /D "NDEBUG" /D "ZTS" /D "_LIB" /D "TSRM_EXPORTS" /D "WIN32…
91 # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "." /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "TSRM_…
92 # ADD CPP /nologo /MD /W3 /GX /O2 /I "." /D "NDEBUG" /D "ZTS" /D "_LIB" /D "TSRM_EXPORTS" /D "WIN32…
114 # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "." /D "NDEBUG" /D "ZTS" /D "_LIB" /D "TSRM_EXPORTS" /D "…
115 # ADD CPP /nologo /MD /W3 /GX /Zi /Od /I "." /D "NDEBUG" /D "ZTS" /D "_LIB" /D "TSRM_EXPORTS" /D "W…
H A Dtsrm.m457 CPPFLAGS="$CPPFLAGS -I$1/include"
60 CPPFLAGS="$CPPFLAGS -I$1"
64 …AC_MSG_ERROR([Sorry[,] I was unable to locate the State Threads header file. Please specify the p…
/PHP-5.5/sapi/cli/tests/
H A D017.phpt39 echo "I'm not there";
46 echo "I was called!";
/PHP-5.5/ext/mysql/tests/
H A Dmysql_real_escape_string.phpt23 var_dump(mysql_real_escape_string("Am I a unicode string in PHP 6?", $link));
37 %unicode|string%(31) "Am I a unicode string in PHP 6?"
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_declared_traits_basic_001.phpt30 interface I {}
31 var_dump(in_array( 'I', get_declared_traits()));
/PHP-5.5/ext/standard/tests/file/
H A Dbug47767.phpt23 $content = '<?php echo "I am included\n" ?>';
48 I am included
/PHP-5.5/ext/zlib/tests/
H A Dzlib_scheme_copy_variation2.phpt15 all I know is that you can realize it
18 and I know that it descends down on me
/PHP-5.5/sapi/apache2filter/
H A Dconfig.w3216 '/D PHP_APACHE2_EXPORTS /I win32');
34 '/D PHP_APACHE2_EXPORTS /I win32',
/PHP-5.5/sapi/nsapi/
H A Dconfig.m417 NSAPI_INCLUDE="-I$NSAPI_INC_DIR"
23 NSAPI_INCLUDE="$NSAPI_INCLUDE -I$NSAPI_INC_DIR"
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_field_types.phpt81 // MYSQLI_TYPE_SET => array('SET("I", "smash", "the")', 'I,smash,the'), - string
82 // MYSQLI_TYPE_TINY_BLOB => array("TINYBLOB", "I got a tiny blog"), - blob
92 MYSQLI_TYPE_STRING => array("SET('I', 'smash', 'the')", 'smash'),
/PHP-5.5/ext/standard/tests/strings/
H A Dhtml_entity_decode_iso8859-5.phpt12 0x0406 => array(0xA6, "CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I"),
30 0x0418 => array(0xB8, "CYRILLIC CAPITAL LETTER I"),
31 0x0419 => array(0xB9, "CYRILLIC CAPITAL LETTER SHORT I"),
62 0x0438 => array(0xD8, "CYRILLIC SMALL LETTER I"),
63 0x0439 => array(0xD9, "CYRILLIC SMALL LETTER SHORT I"),
92 0x0456 => array(0xF6, "CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I"),
135 CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I: &#x406; => a6
189 CYRILLIC CAPITAL LETTER I: &#x418; => b8
192 CYRILLIC CAPITAL LETTER SHORT I: &#x419; => b9
285 CYRILLIC SMALL LETTER I: &#x438; => d8
[all …]
/PHP-5.5/ext/standard/tests/general_functions/
H A Dheader_redirection_002.phpt6 header("HTTP/1.1 418 I'm a Teapot");
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getDefaultProperties_002.phpt8 interface I {}
9 class C implements I {}
/PHP-5.5/ext/phar/tests/
H A Dpharfileinfo_construct.phpt27 $a = new PharFileInfo($pname . '/oops/I/do/not/exist');
51 Cannot access phar file entry '/oops/I/do/not/exist' in archive '%spharfileinfo_construct.phar'
/PHP-5.5/ext/date/tests/
H A D009_win32.phpt18 var_dump(strftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
28 var_dump(gmstrftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
/PHP-5.5/tests/classes/
H A Dinterface_optional_arg_003.phpt7 class C implements I {
/PHP-5.5/ext/tidy/tests/
H A D014.phpt7 $text = "<B>testing</I>";
H A D017.phpt7 <B>testing</I>
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dfrontcontroller.phar6 …G�����ж���������a.phps��� �~G���l�`������� ���index.php��� �~G�����I�������hiohio<?php …
/PHP-5.5/ext/phar/tests/files/
H A Dfrontcontroller.phar6 …G�����ж���������a.phps��� �~G���l�`������� ���index.php��� �~G�����I�������hiohio<?php …
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput2527 /\x{7fffffff}\x{7fffffff}/I
33 /\x{80000000}\x{80000000}/I
39 /\x{ffffffff}\x{ffffffff}/I
80 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^
107 ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c

Completed in 67 milliseconds

12345678910>>...17