Home
last modified time | relevance | path

Searched refs:o (Results 426 – 450 of 542) sorted by relevance

1...<<11121314151617181920>>...22

/php-src/ext/iconv/tests/
H A Diconv_get_encoding_basic.phpt5 #PHPTestFest2009 Norway 2009-06-09 \o/
/php-src/ext/date/tests/
H A Ddate_basic1.phpt19 var_dump( date('H:m:s \m \i\s\ \m\o\n\t\h', $timestamp) );
H A Ddate_format_basic1.phpt18 var_dump( date_format($date, 'H:m:s \m \i\s\ \m\o\n\t\h') );
H A DDateTime_format_basic1.phpt18 var_dump( $date->format( 'H:m:s \m \i\s\ \m\o\n\t\h') );
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp932_to_utf8_2.phpt23 $item = iconv('cp932', 'utf-8', "�e�X�g�}���`�o�C�g�E�p�X"); // cp932 string
/php-src/ext/standard/tests/general_functions/
H A Duniqid_basic.phpt15 // Use a fixed prefix so we can ensure length of o/p id is fixed
H A D001.phpt24 $test = sprintf("%4o %4x %4X %0"."8x", 128, 1024, 49151, 3457925);
/php-src/ext/intl/tests/
H A Ddateformat_formatObject_datetime_variant5.phpt27 domingo, 1 de janeiro de 2012 às 00:00:00 Hora padrão %Sda Europa Ocidental
H A Dtransliterator_transliterate_variant1.phpt9 $str = " o";
H A Ddateformat_formatObject_calendar_variant3.phpt32 domingo, 1 de Janeiro de 2012 às 00:00:00 Hora Padrão %Sda Europa Ocidental
H A Ddateformat_formatObject_calendar_variant4.phpt32 domingo, 1 de janeiro de 2012 às 00:00:00 Hora Padrão %Sda Europa Ocidental
H A Ddateformat_formatObject_calendar_variant5.phpt32 domingo, 1 de janeiro de 2012 às 00:00:00 Hora padrão %Sda Europa Ocidental
H A Ddateformat_formatObject_calendar_variant_icu72-1.phpt31 domingo, 1 de janeiro de 2012 às 00:00:00 Hora padrão %Sda Europa Ocidental
/php-src/ext/pdo_mysql/tests/
H A Dbug41125.phpt15 $search = "o'";
16 $sql = "SELECT 1 FROM DUAL WHERE 'o''riley' LIKE " . $db->quote('%' . $search . '%');
44 $id = 'o\'\0';
/php-src/ext/curl/tests/
H A Dcurl_setopt_ssl_serverkey.pem17 jyMJNVB3B3JoesO20npAjb6fkxC9kr+UETqYk5BIji5c2QfIUV5u2cjcBiWHFz+o
/php-src/ext/standard/tests/array/
H A Dusort_variation10.phpt25 3 => 3, 5 => 2, "o" => 6,
H A Dusort_variation8.phpt15 "p" => "Pineapple", "o" => "orange");
/php-src/ext/standard/tests/strings/
H A Dcrypt_sha512.phpt25 …'$6$rounds=1400$anotherlongsalts$POfYwTEok97VWcjxIiSOjiykti.o/pQs.wPvMxQ6Fm7I6IoYN3CmLs66x9t0oSwbt…
H A Dvfprintf_variation1.phpt48 writeAndDump( $fp, "Testing %b %d %f %o %s %x %X", array( 9, 6, 2.5502, 24, "foobar", 15, 65 ) );
/php-src/sapi/cli/tests/
H A Dphp_cli_server_pdeathsig.phpt25 return split_words(shell_exec('ps -o pid= -p ' . join(',', $pids)));
/php-src/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt58 list($o,$p) = 20;
59 echo "O=$o and P=$p\n";
/php-src/ext/fileinfo/
H A Dlibmagic.patch62 - free(ms->o.pbuf);
63 - free(ms->o.buf);
65 + if (ms->o.pbuf) {
66 + efree(ms->o.pbuf);
68 + if (ms->o.buf) {
69 + efree(ms->o.buf);
92 ms->o.blen = 0;
1884 - free(ms->o.buf);
1885 + efree(ms->o.buf);
1887 ms->o.blen = 0;
[all …]
/php-src/ext/com_dotnet/tests/
H A Dbug66431_1.phpt17 $text= "Xin chào cộng đồng PHP";
/php-src/ext/zlib/tests/
H A Ddata.inc32 Is sicklied o'er with the pale cast of thought,
62 Mine eyes are made the fools o' the other senses,
68 Now o'er the one halfworld Nature seems dead,
/php-src/ext/standard/tests/file/
H A Dfscanf_variation54.phpt37 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");

Completed in 68 milliseconds

1...<<11121314151617181920>>...22