Home
last modified time | relevance | path

Searched refs:o (Results 351 – 375 of 478) sorted by relevance

1...<<11121314151617181920

/PHP-7.3/ext/standard/tests/strings/
H A Dcrypt_sha512.phpt25 …'$6$rounds=1400$anotherlongsalts$POfYwTEok97VWcjxIiSOjiykti.o/pQs.wPvMxQ6Fm7I6IoYN3CmLs66x9t0oSwbt…
H A Dstripos_basic1.phpt23 var_dump( stripos("Hello, World", "o") );
H A Dstripos_variation2.phpt13 $haystack = 'Hello,\t\n\0\n $&!#%\o,()*+-./:;<=>?@hello123456he \x234 \101 ';
48 '%\o',
49 '\o,',
H A Dstr_word_count.phpt155 string(1) "o"
215 string(1) "o"
/PHP-7.3/sapi/cli/tests/
H A Dcli_process_title_unix.phpt23 $ps_output = shell_exec("ps -p $pid -o $ps_process_title_field | tail -n 1");
/PHP-7.3/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt54 list($o,$p) = 20;
55 echo "O=$o and P=$p\n";
/PHP-7.3/ext/intl/tests/
H A Dtransliterator_transliterate_variant1.phpt9 $str = " o";
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_variant3.phpt33 domingo, 1 de Janeiro de 2012 às 00:00:00 Hora Padrão %Sda Europa Ocidental
H A Ddateformat_formatObject_calendar_variant4.phpt33 domingo, 1 de janeiro de 2012 às 00:00:00 Hora Padrão %Sda Europa Ocidental
/PHP-7.3/ext/pcre/tests/
H A Dpreg_match_basic.phpt12 var_dump(preg_match('/l^o,\s\w{5}/', $string, $match2, PREG_OFFSET_CAPTURE)); // tries to find "lo,…
H A Dpreg_match_basic_edit.phpt17 var_dump(preg_match('/l^o,\s\w{5}/', $string, $match2, PREG_OFFSET_CAPTURE)); // tries to find "…
/PHP-7.3/ext/standard/tests/array/
H A Dusort_variation10.phpt30 3 => 3, 5 => 2, "o" => 6,
H A Darray_walk_variation6.phpt68 $input = array( "a" => "Apple", 'b' => 'Bananna', "c" => "carrot", 'o' => "Orange");
114 string(1) "o"
H A Darray_walk_recursive_variation6.phpt68 $input = array( "a" => "Apple", 'z' => array('b' => 'Bananna', "c" => "carrot"), 'x' => array('o' =…
118 string(1) "o"
/PHP-7.3/ext/standard/tests/url/
H A Dget_headers_error_001.phpt5 #PHPTestFest2009 Norway 2009-06-09 \o/
/PHP-7.3/ext/mbstring/tests/
H A Dmb_ereg_replace_basic.phpt11 * string $string [, string o$ption])
/PHP-7.3/ext/date/tests/
H A DDateTime_format_basic1.phpt24 var_dump( $date->format( 'H:m:s \m \i\s\ \m\o\n\t\h') );
H A Ddate_basic1.phpt24 var_dump( date('H:m:s \m \i\s\ \m\o\n\t\h', $timestamp) );
H A Ddate_format_basic1.phpt24 var_dump( date_format($date, 'H:m:s \m \i\s\ \m\o\n\t\h') );
/PHP-7.3/ext/com_dotnet/tests/
H A Dbug66431_1.phpt17 $text= "Xin chào cộng đồng PHP";
/PHP-7.3/ext/standard/tests/general_functions/
H A D001.phpt24 $test = sprintf("%4o %4x %4X %0"."8x", 128, 1024, 49151, 3457925);
H A Duniqid_basic.phpt19 // Use a fixed prefix so we can ensure length of o/p id is fixed
/PHP-7.3/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-7.3/ext/fileinfo/
H A Dlibmagic.patch193 - free(ms->o.pbuf);
194 - free(ms->o.buf);
197 + if (ms->o.pbuf) {
198 + efree(ms->o.pbuf);
200 + if (ms->o.buf) {
201 + efree(ms->o.buf);
220 ms->o.buf = ms->o.pbuf = NULL;
2854 - free(ms->o.buf);
2857 - ms->o.buf = buf;
2914 - if (ms->o.buf && *ms->o.buf)
[all …]

Completed in 41 milliseconds

1...<<11121314151617181920