Home
last modified time | relevance | path

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

1...<<111213141516171819

/PHP-5.5/ext/standard/tests/array/
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"
H A Drange.phpt184 string(1) "o"
234 string(1) "o"
/PHP-5.5/ext/zlib/tests/
H A Ddata.inc33 Is sicklied o'er with the pale cast of thought,
63 Mine eyes are made the fools o' the other senses,
69 Now o'er the one halfworld Nature seems dead,
/PHP-5.5/ext/ereg/tests/
H A Dereg_replace_basic_001.phpt38o[this is a replacement]n[this is a replacement]t[this is a replacement]a[this is a replacement]i[…
42o[this is a replacement]n[this is a replacement]t[this is a replacement]a[this is a replacement]i[…
H A Deregi_replace_basic_001.phpt38o[this is a replacement]n[this is a replacement]t[this is a replacement]a[this is a replacement]i[…
42o[this is a replacement]n[this is a replacement]t[this is a replacement]a[this is a replacement]i[…
/PHP-5.5/ext/phar/tests/
H A Dphar_createdefaultstub.phpt255 $o = 0;
267 $ret['m'][$savepath][7] = $o;
268 $o += $ret['m'][$savepath][2];
549 $o = 0;
561 $ret['m'][$savepath][7] = $o;
562 $o += $ret['m'][$savepath][2];
851 $o = 0;
863 $ret['m'][$savepath][7] = $o;
864 $o += $ret['m'][$savepath][2];
H A Dphar_setdefaultstub.phpt275 $o = 0;
287 $ret['m'][$savepath][7] = $o;
288 $o += $ret['m'][$savepath][2];
570 $o = 0;
582 $ret['m'][$savepath][7] = $o;
583 $o += $ret['m'][$savepath][2];
865 $o = 0;
877 $ret['m'][$savepath][7] = $o;
878 $o += $ret['m'][$savepath][2];
/PHP-5.5/ext/intl/tests/
H A Ddateformat_formatObject_calendar_variant3.phpt34 domingo, 1 de Janeiro de 2012 às 00:00:00 Hora Padrão %Sda Europa Ocidental
/PHP-5.5/ext/standard/tests/strings/
H A Dcrypt_sha512.phpt31 …b'$6$rounds=1400$anotherlongsalts$POfYwTEok97VWcjxIiSOjiykti.o/pQs.wPvMxQ6Fm7I6IoYN3CmLs66x9t0oSwb…
H A Dstr_word_count.phpt155 string(1) "o"
215 string(1) "o"
H A Dchop_variation3.phpt57 var_dump( chop($string, "12345o\0\n\t") );
H A Dvfprintf_variation1.phpt50 writeAndDump( $fp, "Testing %b %d %f %o %s %x %X", array( 9, 6, 2.5502, 24, "foobar", 15, 65 ) );
H A Dstrrchr_basic.phpt34 var_dump( strrchr("Hello, World", "o") );
/PHP-5.5/ext/standard/tests/general_functions/
H A Duniqid_basic.phpt19 // Use a fixed prefix so we can ensure length of o/p id is fixed
/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation54.phpt42 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput59 /\o{4200000}/8DZ
13 /\o{37777777777}/8
17 /\o{77777777777}/8
21 /\o{154000}/8
25 /\o{157777}/8
29 /\o{153777}/8
33 /\o{170000}/8
/PHP-5.5/ext/phar/tests/files/
H A Dnophar.phar219 $o = 0;
231 $ret['m'][$savepath][7] = $o;
232 $o += $ret['m'][$savepath][2];
H A Dinclude_path2.phar219 $o = 0;
231 $ret['m'][$savepath][7] = $o;
232 $o += $ret['m'][$savepath][2];
H A Dopenssl.phar219 $o = 0;
231 $ret['m'][$savepath][7] = $o;
232 $o += $ret['m'][$savepath][2];
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dnophar.phar219 $o = 0;
231 $ret['m'][$savepath][7] = $o;
232 $o += $ret['m'][$savepath][2];
H A Dopenssl.phar219 $o = 0;
231 $ret['m'][$savepath][7] = $o;
232 $o += $ret['m'][$savepath][2];
/PHP-5.5/ext/standard/tests/url/
H A Dget_headers_error_002.phpt5 #PHPTestFest2009 Norway 2009-06-09 \o/
/PHP-5.5/Zend/tests/
H A Doffset_string.phpt44 string(1) "o"
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c70 #define OFFSET_OOB(n, o, i) ((n) < (o) || (i) > ((n) - (o))) argument
1131 size_t nbytes, size_t o, unsigned int cont_level, int mode, int text, in mget() argument
1146 if (mcopy(ms, p, m->type, m->flag & INDIR, s, (uint32_t)(offset + o), in mget()
1152 "nbytes=%zu)\n", m->type, m->flag, offset, o, nbytes); in mget()
1710 sbuf = ms->o.buf; in mget()
1712 ms->o.buf = NULL; in mget()
1718 rbuf = ms->o.buf; in mget()
1719 ms->o.buf = sbuf; in mget()
1757 rv = match(ms, ml.magic, ml.nmagic, s, nbytes, offset + o, in mget()

Completed in 34 milliseconds

1...<<111213141516171819