Home
last modified time | relevance | path

Searched refs:I (Results 1 – 25 of 336) sorted by last modified time

12345678910>>...14

/PHP-7.4/
H A Dconfigure.ac384 CPPFLAGS="$CPPFLAGS -I/usr/pkg/include"
1184 INCLUDES="$INCLUDES -I\$(top_builddir)/TSRM"
1185 INCLUDES="$INCLUDES -I\$(top_builddir)/Zend"
1188 INCLUDES="$INCLUDES -I\$(top_srcdir)/main -I\$(top_srcdir)/Zend"
1189 INCLUDES="$INCLUDES -I\$(top_srcdir)/TSRM -I\$(top_builddir)/"
/PHP-7.4/ext/simplexml/tests/
H A Dbug79971_1.phpt23 Warning: simplexml_load_file(): I/O warning : failed to load external entity "%s/bug79971_1.xml%00f…
/PHP-7.4/ext/date/tests/
H A Dbug33415-2.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";
27 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
36 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
44 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
53 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
61 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
70 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
79 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
87 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
[all …]
/PHP-7.4/build/
H A Dconfig.guess1512 I*) GUESS=ia64-dec-vms ;;
1565 I don't know.... */
H A Dphp.m4231 ""[)] ac_srcdir="$abs_srcdir/"; unset ac_bdir; ac_inc="-I. -I$abs_srcdir" ;;
232 …/*[)] ac_srcdir=`echo "$1"|cut -c 2-`"/"; ac_bdir=$ac_srcdir; ac_inc="-I$ac_bdir -I$abs_srcdir/$ac…
233 *[)] ac_srcdir="$abs_srcdir/$1/"; ac_bdir="$1/"; ac_inc="-I$ac_bdir -I$ac_srcdir" ;;
401 -I*[)]
477 INCLUDES="-I$ai_p $INCLUDES"
479 INCLUDES="$INCLUDES -I$ai_p"
H A Dlibtool.m42294 # Check to see if the program is GNU ld. I'd rather use --version,
2327 [# I'd rather use --version here, but apparently some GNU lds only accept -v.
2651 LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2682 LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2909 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
5324 …\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ …
/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/date/lib/
H A Dparse_date.re929 monthroman = "I" | "II" | "III" | "IV" | "V" | "VI" | "VII" | "VIII" | "IX" | "X" | "XI" | "XII";
/PHP-7.4/ext/libxml/tests/
H A Dlibxml_disable_entity_loader_2.phpt39 Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "%s" in %s on line %d
H A Dbug61367-read_2.phpt58 Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "file:///%s/test_bug_…
H A Dlibxml_disable_entity_loader.phpt40 Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "%s" in %s on line %d
H A Dbug61367-read.phpt59 Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "file:///%s/test_bug_…
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_73087.phpt14 for ($I = 1; $I < 10; $I++) {
16 'id' => $I,
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc35 fputs($fs, "I am passive.\r\n");
217 } elseif ($buf === "TYPE I\r\n") {
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_select_db.phpt71 mysqli_select_db($link, 'I can not imagine that this database exists');
75 mysqli_select_db($link, 'I can not imagine that this database exists');
H A Dmysqli_stmt_execute_stored_proc.phpt31 /* yes, I really want to call it twice! */
106 // yes, I really do not want to bind input values...
144 // yes, I really do not want to bind input values...
H A Dmysqli_get_warnings.phpt105 /* Yes, I really want to check if the object property is empty */
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'),
H A Dmysqli_get_client_stats.phpt133 // This is not a mistake that I use string(1) "1" here! Andrey did not go for int to avoid any
H A Dmysqli_fetch_object.phpt105 I'm using the procedural interface, this should not throw an exception.
106 Also, I did not ask to get exceptions using the mysqli_options()
129I think we should bail out here. The following line will give a Fatal error: Call to private ... f…
H A Dmysqli_driver.phpt101 /* pointless, but I need more documentation */
H A D056.phpt14 return ("I do not like MySQL 4.1");
24 I do not like MySQL 4.1
/PHP-7.4/ext/tidy/
H A Dtidy.c1984 TIDY_TAG_CONST(I); in _php_tidy_register_tags()
/PHP-7.4/ext/iconv/
H A Dconfig.m430 CFLAGS="-I$PHP_ICONV_PREFIX/include $CFLAGS"
204 …PHP_NEW_EXTENSION(iconv, iconv.c, $ext_shared,, [-I\"$PHP_ICONV_PREFIX/include\" -DZEND_ENABLE_STA…
/PHP-7.4/Zend/tests/
H A Dbug80126.phpt6 interface I {
7 public function method(): I;
10 abstract class A implements I {
11 public function method(): I { }

Completed in 62 milliseconds

12345678910>>...14