Home
last modified time | relevance | path

Searched refs:b (Results 1951 – 1975 of 2383) sorted by relevance

1...<<71727374757677787980>>...96

/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_encrypt_variation4.phpt30 $key = b'string_val';
31 $data = b'string_val';
32 $iv = b'01234567';
/PHP-5.5/ext/standard/tests/filters/
H A Dfilter_errors_user.phpt55 fwrite($stream, b"42");
64 fwrite($stream, b"42");
78 fwrite($stream, b"42");
/PHP-5.5/ext/standard/tests/array/
H A Darray_diff_uassoc_variation1.phpt16 function key_compare_func($a, $b)
18 if ($a === $b) {
21 return ($a > $b)? 1:-1;
/PHP-5.5/ext/standard/tests/url/
H A Dparse_url_basic_004.phpt80 --> /foo.php?a=b&c=d : NULL
81 --> foo.php?a=b&c=d : NULL
86 --> http://1.2.3.4:/abc.asp?a=1&b=2 : NULL
/PHP-5.5/ext/gd/libgd/
H A Dgd_crop.c333 register int r,b,g,a; in gdGuessBackgroundColorFromCorners() local
337b = (int)(0.5f + (gdImageBlue(im, tl) + gdImageBlue(im, tr) + gdImageBlue(im, bl) + gdImageBlue(im… in gdGuessBackgroundColorFromCorners()
339 *color = gdImageColorClosestAlpha(im, r, g, b, a); in gdGuessBackgroundColorFromCorners()
/PHP-5.5/ext/standard/tests/file/
H A Dfnmatch_variation.phpt60 32 => b"match*",
61 33 => b"*.tmp",
62 34 => b"mat*",
63 35 => b"mat*tmp",
64 36 => b"m*t",
106 b"string"
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregint.h206 #define MIN(a,b) (((a)>(b))?(b):(a)) argument
207 #define MAX(a,b) (((a)<(b))?(b):(a)) argument
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_06_prepared_stmt.phpt16 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
H A Dsqlite3_07_prepared_stmt.phpt16 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
H A Dsqlite3_08_udf.phpt21 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
H A Dsqlite3_11_numrows.phpt23 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
H A Dsqlite3_19_columninfo.phpt16 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
/PHP-5.5/ext/pcre/tests/
H A D002.phpt32 string(12) "a${1b${1c${1"
/PHP-5.5/ext/standard/
H A Dphp_filestat.h81 #define getgroups(a, b) 0 argument
/PHP-5.5/ext/phar/tests/tar/
H A D033.phpt15 $phar['a.php'] = '<?php echo "This is a\n"; include "'.$alias.'/b.php"; ?>';
H A D033a.phpt15 $phar['a.php'] = '<?php echo "This is a\n"; include "'.$alias.'/b.php"; ?>';
/PHP-5.5/ext/phar/tests/zip/
H A D033a.phpt15 $phar['a.php'] = '<?php echo "This is a\n"; include "'.$alias.'/b.php"; ?>';
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_61755.phpt18 $s = $db->prepare("SELECT \"a\0b\", ?");
H A Dpdo_mysql_attr_init_command.phpt44 [%u|b%"id"]=>
/PHP-5.5/ext/date/tests/
H A Dstrftime_variation4.phpt19 'Abbreviated month name' => "%b",
/PHP-5.5/ext/dom/tests/
H A Dbug67081.phpt34 <!ELEMENT b EMPTY>
H A Ddomxpath.phpt24 $dom->loadXML(b'<root xmlns="urn::default"><child>myval</child></root>');
/PHP-5.5/ext/ereg/tests/
H A Dereg_replace_basic_002.phpt17 var_dump(ereg_replace('b$', $replacement, 'ba'));
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug42214.phpt13 $a = $b;
/PHP-5.5/ext/phar/tests/
H A D033.phpt15 $files['a.php'] = '<?php echo "This is a\n"; include "'.$pname.'/b.php"; ?>';

Completed in 39 milliseconds

1...<<71727374757677787980>>...96