Home
last modified time | relevance | path

Searched refs:I (Results 151 – 175 of 336) sorted by relevance

12345678910>>...14

/PHP-7.4/ext/standard/tests/time/
H A Didate.phpt30 I: 0
/PHP-7.4/ext/mbstring/tests/
H A Dcasefolding.phpt19 ["I", "ı"],
H A Dmb_ereg_search_pos.phpt11 $test_str = 'I�t�rn�ti�n�liz�ti�n';
/PHP-7.4/ext/oci8/tests/
H A Dlob_044.phpt32 var_dump($blob->write("this is a biiiig faaat test string. why are you reading it, I wonder? =)"));
66 string(72) "this is a biiiig faaat test string. why are you reading it, I wonder? =)"
/PHP-7.4/ext/pdo/tests/
H A Dbug_34630.phpt28 fwrite($fp, "I am the LOB data");
55 string(17) "I am the LOB data"
/PHP-7.4/ext/zlib/tests/
H A Dgzeof_basic.phpt45 all I know is that you can realize it
48 and I know that it descends down on me
/PHP-7.4/ext/date/tests/
H A D009_win32.phpt21 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));
31 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));
H A Dbug35425.phpt9 foreach (array('B','d','h','H','i','I','L','m','s','t','U','w','W','y','Y','z','Z') as $v) {
H A D009.phpt16 var_dump(strftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V…
24 var_dump(gmstrftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U …
/PHP-7.4/ext/standard/tests/file/windows_links/
H A Dbug73962.phpt25 file_put_contents("mklink_symlink\\a.php", "<?php echo \"I am included.\n\" ?>");
26 file_put_contents("$fullpath\\mnt\\test\\новая папка\\b.php", "<?php echo \"I am included.\n\" ?>");
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dfrontcontroller11.phar16 ����s���� ��I4�&�Z���GBMB
H A Dwrite5.phar21 0���������������������hi���`q�I���zzo�������hi
H A Dwrite6.phar22 0���������������������hi����p�I���zzo�������hi
/PHP-7.4/ext/phar/tests/files/
H A Dfrontcontroller11.phar16 ����s���� ��I4�&�Z���GBMB
/PHP-7.4/ext/exif/tests/
H A Dbug71534.phpt7 // This is kinda bad, I know! But, this generates about 200+ warnings due to its
/PHP-7.4/ext/odbc/
H A Dconfig.m4165 ODBC_CFLAGS=-I$ODBC_INCDIR
198 ODBC_CFLAGS=-I$ODBC_INCDIR
236 ODBC_CFLAGS=-I$ODBC_INCDIR
264 ODBC_CFLAGS=-I$ODBC_INCDIR
269 for I in $LIST
271 case $I in
275 NEWLIST="$NEWLIST $I"
307 ODBC_CFLAGS=-I$ODBC_INCDIR
348 ODBC_CFLAGS=-I$ODBC_INCDIR
374 ODBC_CFLAGS=-I$ODBC_INCDIR
[all …]
/PHP-7.4/ext/calendar/tests/
H A Dcal_info.phpt103 [6] => Adar I
120 [6] => Adar I
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c2341 zval_ptr_dtor(&I->iter.data); in pdo_stmt_iter_dtor()
2364 return &I->fetch_ahead; in pdo_stmt_iter_get_data()
2374 ZVAL_LONG(key, I->key); in pdo_stmt_iter_get_key()
2391 I->key = (zend_ulong)-1; in pdo_stmt_iter_move_forwards()
2392 ZVAL_UNDEF(&I->fetch_ahead); in pdo_stmt_iter_move_forwards()
2397 I->key++; in pdo_stmt_iter_move_forwards()
2413 struct php_pdo_iterator *I; in pdo_stmt_iter_get() local
2421 zend_iterator_init(&I->iter); in pdo_stmt_iter_get()
2429 I->key = (zend_ulong)-1; in pdo_stmt_iter_get()
2430 ZVAL_UNDEF(&I->fetch_ahead); in pdo_stmt_iter_get()
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dbug46578.phpt6 var_dump(strip_tags('<!-- testing I\'ve been to mars -->foobar'));
/PHP-7.4/ext/openssl/tests/
H A Dbug41033.phpt14 $ct = "Hello I am some text!";
/PHP-7.4/ext/standard/html_tables/mappings/
H A DCP1252.TXT92 0x49 0x0049 #LATIN CAPITAL LETTER I
124 0x69 0x0069 #LATIN SMALL LETTER I
223 0xCC 0x00CC #LATIN CAPITAL LETTER I WITH GRAVE
224 0xCD 0x00CD #LATIN CAPITAL LETTER I WITH ACUTE
225 0xCE 0x00CE #LATIN CAPITAL LETTER I WITH CIRCUMFLEX
226 0xCF 0x00CF #LATIN CAPITAL LETTER I WITH DIAERESIS
255 0xEC 0x00EC #LATIN SMALL LETTER I WITH GRAVE
256 0xED 0x00ED #LATIN SMALL LETTER I WITH ACUTE
257 0xEE 0x00EE #LATIN SMALL LETTER I WITH CIRCUMFLEX
258 0xEF 0x00EF #LATIN SMALL LETTER I WITH DIAERESIS
/PHP-7.4/sapi/cli/tests/
H A Dstd_streams.phpt6 die("skip I/O capture test");
H A Dbug61679.phpt19 // I like smurfs, the smurf everything.
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_loadHTMLfile_error1.phpt18 %r(PHP ){0,1}%rWarning: DOMDocument::loadHTMLFile(): I/O warning : failed to load external entity %s
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_begintransaction.phpt134 …printf("[028] I'm confused, how can autocommit be on? Didn't I say I want to manually control tran…
204 [028] I'm confused, how can autocommit be on? Didn't I say I want to manually control transactions?

Completed in 42 milliseconds

12345678910>>...14