Home
last modified time | relevance | path

Searched refs:b (Results 2251 – 2275 of 2383) sorted by relevance

1...<<919293949596

/PHP-5.5/ext/standard/tests/file/
H A Duserstreams.phpt175 $b = @fopen("bogon://url", "rb");
176 if (is_resource($b)) {
H A Dcopy_variation16-win32.phpt30 fwrite($file_handle, str_repeat(b"Hello world, this is 2007 year ...\n", 100));
/PHP-5.5/Zend/
H A Dzend_ini.c148 static int ini_key_compare(const void *a, const void *b TSRMLS_DC) /* {{{ */ in ini_key_compare()
154 s = *((const Bucket **) b); in ini_key_compare()
H A DZEND_CHANGES236 function b(Bar $bar);
244 function b(Bar $bar) {
250 $b = new FooBar;
252 $a->a($b);
253 $a->b($b);
747 public $x = array('a' => 1, 'b' => 2, 'c' => 3);
929 $b = isset($obj[0]); // calls offsetExists(0)
/PHP-5.5/ext/gd/libgd/
H A Dgd_gif_in.c49 #define LM_to_uint(a,b) (((b)<<8)|(a)) argument
/PHP-5.5/main/
H A Dnetwork.c404 static inline void sub_times(struct timeval a, struct timeval b, struct timeval *result) argument
406 result->tv_usec = a.tv_usec - b.tv_usec;
411 result->tv_sec = a.tv_sec - b.tv_sec;
/PHP-5.5/ext/standard/tests/strings/
H A Dhtml_entity_decode_macroman.phpt189 LATIN SMALL LETTER A WITH TILDE: &#xE3; => 8b
237 LATIN SMALL LETTER O WITH TILDE: &#xF5; => 9b
454 &#xE3; => 8b
508 &#xF5; => 9b
H A Dstrstr.phpt55 'b',
168 var_dump( strstr("a", "b", "c") ); // args > expected
H A Ducfirst.phpt38 'b', // single char
/PHP-5.5/win32/build/
H A Dconfutils.js174 var b = path.split("\\");
177 for (i = 0; i < b.length; i++) {
178 if (a[i].toLowerCase() == b[i].toLowerCase())
186 for (j = i; j < b.length; j++) {
187 path += b[j];
188 if (j < b.length - 1)
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_type_juggling.phpt87 bind_twice($link, $engine, 'CHAR(1)', 'CHAR(1)', 's', 's', 'a', 'b', 10);
H A Dmysqli_real_query.phpt108 [%u|b%"valid"]=>
H A Dmysqli_stmt_get_result_metadata.phpt214 [%u|b%"id"]=>
216 [%u|b%"label"]=>
/PHP-5.5/ext/phar/phar/
H A Dclicommand.inc236 $b = substr($what, 0, $l); // strip out initial $l
239 return $b . wordwrap($r, $p, "\n".$sp);
/PHP-5.5/ext/zip/lib/
H A Dzip_close.c643 _zip_torrentzip_cmp(const void *a, const void *b) in _zip_torrentzip_cmp() argument
646 ((const struct filelist *)b)->name); in _zip_torrentzip_cmp()
/PHP-5.5/ext/hash/tests/
H A Dfnv132.phpt19 array( "b", "050c5d7d" ),
31 array( "b\0", "6f772bc7" ),
H A Dfnv164.phpt19 array( "b", "af63bd4c8601b7bd" ),
31 array( "b\0", "08326607b4eb3627" ),
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch905 const char *b = (const char *)sst->sst_tab;
910 - if (e >= b && (size_t)(e - b) <= CDF_SEC_SIZE(h) * sst->sst_len)
911 + if (e >= b && (size_t)(e - b) <= ss * sst->sst_len)
915 SIZE_T_FORMAT "u]\n", line, b, e, (size_t)(e - b),
1397 #define MIN(a,b) (((a) < (b)) ? (a) : (b))
1498 #define strtoul(a, b, c) strtol(a, b, c)
3101 for (lines = linecnt, b = buf; lines && b < end &&
3102 ((b = CAST(const char *,
3104 b++;
3325 return file_strncmp(a, b, len, flags);
/PHP-5.5/sapi/cli/
H A Dphp_http_parser.c27 # define MIN(a,b) ((a) < (b) ? (a) : (b)) argument
/PHP-5.5/ext/pdo_mysql/tests/
H A Dmysql_pdo_test.inc41 …$db->exec("INSERT INTO test(id, label) VALUES (1, 'a'), (2, 'b'), (3, 'c'), (4, 'd'), (5, 'e'), (6…
H A Dpdo_mysql_stmt_bindcolumn.phpt112 id = 2 (integer) / label = 'b' (string)
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strtolower_variation2.phpt23 $sourcestring = b'Hello, World';
H A Dmb_strtoupper_variation2.phpt23 $sourcestring = b'Hello, World';
/PHP-5.5/ext/ereg/tests/
H A Deregi_replace_variation_002.phpt19 $pattern = b'ell';
/PHP-5.5/ext/standard/tests/array/
H A Drsort_basic.phpt20 "b" => "banana",

Completed in 67 milliseconds

1...<<919293949596