Home
last modified time | relevance | path

Searched refs:b (Results 1776 – 1800 of 2383) sorted by relevance

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

/PHP-5.5/ext/standard/tests/array/
H A D009.phpt17 array('a', 'b', 'c', "ab", "ac", "ad"), // string array
18 array("a" => "apple", "b" => "book", "c" => "cook"), // associative array
230 string(1) "b"
231 string(1) "b"
255 string(1) "b"
271 string(1) "b"
284 ["b"]=>
H A Dbug24220.phpt20 string(1) "b"
/PHP-5.5/win32/
H A Dglob.c373 Char *b, *eb; local
421 for (b = patbuf; b < eb && *h; *b++ = *h++)
425 while (b < eb && (*b++ = *p++) != EOS)
427 *b = EOS;
/PHP-5.5/ext/hash/
H A Dhash_haval.c252 #define PHP_HASH_HAVAL_INIT(p,b) \ argument
253 const php_hash_ops php_hash_##p##haval##b##_ops = { \
254 (php_hash_init_func_t) PHP_##p##HAVAL##b##Init, \
256 (php_hash_final_func_t) PHP_HAVAL##b##Final, \
258 ((b) / 8), 128, sizeof(PHP_HAVAL_CTX) }; \
259 PHP_HASH_API void PHP_##p##HAVAL##b##Init(PHP_HAVAL_CTX *context) \
262 context->passes = p; context->output = b; \
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug48773.phpt32 [%u|b%"queryString"]=>
/PHP-5.5/Zend/tests/
H A Dbug38772.phpt35 $b = new B();
/PHP-5.5/ext/zlib/tests/
H A Dgzfile_basic.phpt9 $plaintxt = b<<<EOT
H A Dgzfile_basic2.phpt9 $plaintxt = b<<<EOT
/PHP-5.5/tests/lang/operators/
H A Dpostinc_variationStr.phpt46 string(4) "3.4b"
/PHP-5.5/ext/mbstring/tests/
H A Dbug43840.phpt31 var_dump(mb_strpos(b'This is na English ta', b'a', $i));
H A Dmb_substr.phpt15 $euc_jp = b'0123����ʸ��������ܸ�Ǥ���EUC-JP��ȤäƤ��ޤ������ܸ�����ݽ�����';
/PHP-5.5/ext/gd/libgd/
H A Dgd_interpolation.c68 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
70 #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c))) argument
72 #define MAX(a,b) ((a)<(b)?(b):(a)) argument
74 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c))) argument
529 double a, b, c, d; in filter_bspline() local
536 if ((xp1) <= 0.0f) b = 0.0f; else b = xp1*xp1*xp1; in filter_bspline()
762 int r, g, b, a; in getPixelInterpolateWeight() local
782 b = CLAMP(b, 0, 255); in getPixelInterpolateWeight()
784 return gdTrueColorAlpha(r, g, b, a); in getPixelInterpolateWeight()
998 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleRow() local
[all …]
/PHP-5.5/ext/spl/tests/
H A Dheap_top_variation_002.phpt10 public function compare($a, $b) {
/PHP-5.5/ext/sqlite3/tests/
H A Dbug45798.phpt13 $db->exec("INSERT INTO test (time, id) VALUES (" . time() . ", 'b')");
/PHP-5.5/ext/dba/tests/
H A Ddba014.phpt14 dba_insert(array("a", "b", "c"), "Content String 2", $db_file);
/PHP-5.5/ext/filter/tests/
H A D017.phpt9 var_dump(filter_var("data", FILTER_VALIDATE_REGEXP, array("options"=>array("regexp"=>'/^b(.*)/'))));
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput219 [^\x{800}aAs-uS-U\x{d800}-\x{dfff}])++[^#\b\x{500}\x{1000}]{3,5}$
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace_variation1.phpt13 $new_string = preg_replace(array('/\b\w{1}s/', '/(\d{1})-(\d{1})/', '/[\(!\)]/'), array('test', '$1…
/PHP-5.5/ext/standard/tests/strings/
H A Dbug54721.phpt6 echo crypt("b", '$1$dW0.is5.$10CH101gGOr1677ZYd517.') . "\n";
H A Dfprintf_variation_003_64bit.phpt25 fprintf( $fp, "%b", $bin_num );
H A Dmd5_basic2.phpt11 $str = b"Hello World";
/PHP-5.5/ext/date/tests/
H A Dgmstrftime_basic.phpt14 $format = '%b %d %Y %H:%M:%S';
H A Dstrftime_basic.phpt15 $format = '%b %d %Y %H:%M:%S';
/PHP-5.5/ext/phar/tests/
H A D014.phpt15 $files['a'] = array('cont'=>'a', 'crc32'=>crc32(b'aX'));
/PHP-5.5/ext/xml/tests/
H A Dbug30266.phpt35 $this->dummy = "b";

Completed in 43 milliseconds

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