Home
last modified time | relevance | path

Searched refs:b (Results 2276 – 2300 of 2383) sorted by relevance

1...<<919293949596

/PHP-5.5/ext/mbstring/tests/
H A Dmb_substr_variation2.phpt23 $str = b'string_val';
/PHP-5.5/ext/date/tests/
H A Dstrftime_variation2.phpt15 $format = '%b %d %Y %H:%M:%S';
H A Dgmstrftime_variation2.phpt22 $format = '%b %d %Y %H:%M:%S';
/PHP-5.5/ext/ereg/tests/
H A Dereg_replace_variation_002.phpt19 $pattern = b'ell';
/PHP-5.5/main/
H A Dphp.h152 #define CREATE_MUTEX(a, b) argument
/PHP-5.5/ext/standard/tests/file/
H A Dfgetss_variation2.phpt33 $file_modes = array("r","rb", "rt","r+", "r+b", "r+t");
319 -- Testing fgetss() with file opened using r+b mode --
H A Dfflush_variation3.phpt21 $file_modes = array("w", "wb", "wt", "w+", "w+b","w+t",
22 "a", "ab", "at", "a+","a+b", "a+t");
H A Dfgets_basic.phpt13 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t");
231 -- Testing fgets() with file opened using mode r+b --
H A Dcopy_variation1.phpt18 fwrite( $file_handle, str_repeat(b"Hello2World...\n", 100) );
/PHP-5.5/ext/standard/tests/array/
H A Din_array_variation1.phpt17 array("a" => "A", 2 => "B", "C" => 3, 4 => 4, "one" => 1, "" => NULL, "b", "ab", "abcd"),
30 "b",
H A Darray_search_variation1.phpt16 array("a" => "A", 2 => "B", "C" => 3, 4 => 4, "one" => 1, "" => NULL, "b", "ab", "abcd"),
29 "b",
H A Darray_diff_assoc_variation1.phpt75 /*21*/ b"binary",
H A Darray_diff_assoc_variation2.phpt75 /*21*/ b"binary",
H A Darray_diff_variation1.phpt75 /*21*/ b"binary",
/PHP-5.5/
H A DREADME.PARAMETER_PARSING_API54 b - boolean (zend_bool)
82 For 'b', 'l' and 'd', an extra argument of type zend_bool* must be
H A Drun-tests.php920 function test_sort($a, $b) argument
925 $b = test_name($b);
928 …$tb = strpos($b, "{$cwd}/tests") === 0 ? 1 + (strpos($b, "{$cwd}/tests/run-test") === 0 ? 1 : 0) :…
931 return strcmp($a, $b);
H A Dserver-tests.php729 function test_sort($a, $b) { argument
731 …$tb = strpos($b, "{$this->cwd}/tests")===0 ? 1 + (strpos($b, "{$this->cwd}/tests/run-test")===0 ? …
733 return strcmp($a, $b);
/PHP-5.5/ext/spl/tests/
H A Dmultiple_iterator_001.phpt71 $m->attachIterator($iter2, b"iter2");
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_multi_query.phpt32 …if (!mysqli_multi_query($link, "SELECT 1 AS a; SELECT 1 AS a, 2 AS b; SELECT id FROM test ORDER BY…
H A Dmysqli_affected_rows_oo.phpt48 if (!$mysqli->query("INSERT INTO test(id, label) VALUES (2, 'b'), (3, 'c')"))
H A Dmysqli_query_unicode.phpt128 [%u|b%"правилен"]=>
H A Dmysqli_real_connect_pconn.phpt84 if ($res = mysqli_query($link, "SELECT 1 AS a; SELECT 2 AS b")) {
/PHP-5.5/ext/mysql/tests/
H A Dmysql_unbuffered_query.phpt112 [%u|b%"valid"]=>
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c48 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b)) argument
50 #define EATTWO(a, b) ((SEETWO(a, b)) ? (NEXT2(), 1) : 0) argument
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY322 ex. /(?<!(?<=a)b|c)d/
1055 ex. /b\3777\c/.match("b\3777\c")
1181 /(?:()|()|()|(x)|()|())*\2b\5/.match("b")
1188 ex. /ab{2,3}*/ was /(?:a(?:b{2,3}))*/,
1189 should be /a(?:b{2,3}*)/
1194 wrong fetch after (?x) option. ex. "(?x)\ta .\n+b"
1565 2003/06/03: [impl] automatic possessivate optimization. a*b ==> (?>a*)b
1906 in look-behind. ex. /(?<=(a|b){3})/ (thanks Guy Decoux)
1937 2002/03/18: [spec] /[a-b-c]/ should be error.
1942 2002/03/18: [bug] ab{2}{3} was interpreded to (?:a(?:b{2})){3}
[all …]

Completed in 81 milliseconds

1...<<919293949596