Home
last modified time | relevance | path

Searched refs:b (Results 1726 – 1750 of 2383) sorted by relevance

1...<<61626364656667686970>>...96

/PHP-5.5/ext/standard/tests/file/
H A Dftruncate_variation6.phpt24 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
25 "w", "wb", "wt", "w+", "w+b", "w+t",
26 "x", "xb", "xt", "x+", "x+b", "x+t",
27 "a", "ab", "at", "a+", "a+b", "a+t");
110 -- Testing ftruncate() with file opening using r+b mode --
158 -- Testing ftruncate() with file opening using w+b mode --
206 -- Testing ftruncate() with file opening using x+b mode --
254 -- Testing ftruncate() with file opening using a+b mode --
302 -- Testing ftruncate() with file opening using r+b mode --
356 -- Testing ftruncate() with file opening using w+b mode --
[all …]
H A Duserfilters.phpt23 $text = b"Hello There!";
/PHP-5.5/ext/mbstring/tests/
H A Dbug43993.phpt15 var_dump(mb_substr_count("aaaaaaaaaa", "b"));
/PHP-5.5/ext/reflection/tests/
H A Dbug61388.phpt11 $x = (object)array("a", "oo" => "b");
H A DReflectionMethod_invoke_basic.phpt19 public function methodWithArgs($a, $b) {
20 echo "Called methodWithArgs($a, $b)\n";
/PHP-5.5/ext/standard/tests/network/
H A Dbug20134.phpt14 $x = fwrite($fp,b"\n");
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dfrontcontroller19.phar12 �������� ���another.php���!�H���b����������<?php
/PHP-5.5/ext/phar/tests/files/
H A Dfrontcontroller19.phar12 �������� ���another.php���!�H���b����������<?php
/PHP-5.5/Zend/tests/
H A Dbug40809.phpt19 $b[$i] = $a[$i][0];
H A Dlsb_016.phpt33 $o->a = "b";
/PHP-5.5/Zend/tests/traits/
H A Dconflict003.phpt18 echo 'b';
H A Dlanguage005.phpt18 echo 'b';
/PHP-5.5/ext/zlib/tests/
H A Dgzwrite_variation1.phpt14 $str = b"Here is the string to be written. ";
/PHP-5.5/ext/intl/tests/
H A Dtimezone_getErrorCodeMessage_basic.phpt16 var_dump($lsb->getOffset(INF, 1, $a, $b));
/PHP-5.5/ext/iconv/tests/
H A Diconv-charset-length-cve-2007-4840.phpt8 var_dump(iconv($a, "b", "test"));
/PHP-5.5/ext/standard/tests/streams/
H A Dproc_open_bug51800.phpt42 $data1 = str_repeat("b", $how_much);
90 string(10000) "b%s"
/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_closures.phpt73 Write [%s,%s,Blah|s:12:"Hello World!";Foo|b:0;Guff|i:1234567890;]
94 Write [%s,%s,Blah|s:12:"Hello World!";Foo|b:0;Guff|i:1234567890;]
/PHP-5.5/ext/simplexml/tests/
H A D031.phpt8 <root s:att1="b" att1="a"
52 <root xmlns:s="urn::test" xmlns:t="urn::test-t" xmlns:v="urn::test-v" s:att1="b" att1="a" v:att11="…
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_closecursor_empty.phpt71 in = 0 -> id = 2 (integer) / label = 'b' (string)
73 in = 0 -> id = 2 (integer) / label = 'b' (string)
/PHP-5.5/ext/fileinfo/tests/
H A Dbug61964.phpt63 Notice: finfo_open(): Warning: offset `b' invalid in %sbug61964.php on line %d
65 Notice: finfo_open(): Warning: type `b' invalid in %sbug61964.php on line %d
/PHP-5.5/ext/standard/tests/array/
H A Darray_diff_uassoc_variation2.phpt14 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red");
16 function key_compare_func($a, $b)
18 if ($a === $b) {
21 return ($a > $b)? 1:-1;
H A Darray_diff_uassoc_variation4.phpt14 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red");
18 function key_compare_func($a, $b)
20 if ($a === $b) {
23 return ($a > $b)? 1:-1;
H A Darray_intersect_uassoc_variation3.phpt13 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red");
17 function key_compare_func($a, $b) {
18 if ($a === $b) {
21 return ($a > $b) ? 1 : -1;
H A Darray_intersect_variation3.phpt55 …array("a\v\f","aaaa\r","b","b\tbbb","c","\[\]\!\@\#\$\%\^\&\*\(\)\{\}"), // array with double quo…
56 …array('a\v\f','aaaa\r','b','b\tbbb','c','\[\]\!\@\#\$\%\^\&\*\(\)\{\}'), // array with single quo…
H A Darray_intersect_variation4.phpt64 …array("a\v\f","aaaa\r","b","b\tbbb","c","\[\]\!\@\#\$\%\^\&\*\(\)\{\}"), // array with double quo…
65 …array('a\v\f','aaaa\r','b','b\tbbb','c','\[\]\!\@\#\$\%\^\&\*\(\)\{\}'), // array with single quo…

Completed in 32 milliseconds

1...<<61626364656667686970>>...96