Home
last modified time | relevance | path

Searched refs:b (Results 2376 – 2400 of 2474) sorted by relevance

1...<<919293949596979899

/PHP-8.1/sapi/cli/
H A Dphp_http_parser.c27 # define MIN(a,b) ((a) < (b) ? (a) : (b)) argument
/PHP-8.1/ext/standard/tests/strings/
H A Dhtmlentities22.phpt41 $b = htmlspecialchars($test, $flag | $flag2, $charset, FALSE);
43 if ($a == $b)
46 echo sprintf("%s\tCHANGED (%s, %s)", $test, $a, $b), "\n";
H A Dhtml_entity_decode_macroman.phpt190 LATIN SMALL LETTER A WITH TILDE: &#xE3; => 8b
238 LATIN SMALL LETTER O WITH TILDE: &#xF5; => 9b
455 &#xE3; => 8b
509 &#xF5; => 9b
/PHP-8.1/ext/snmp/
H A Dsnmp.c83 #define PHP_SNMP_ADD_PROPERTIES(a, b) \ argument
86 while (b[i].name != NULL) { \
87 php_snmp_add_property((a), (b)[i].name, (b)[i].name_length, \
88 (php_snmp_read_t)(b)[i].read_func, (php_snmp_write_t)(b)[i].write_func); \
/PHP-8.1/Zend/
H A Dzend.c1658 char b[1024]; in zend_strerror_noreturn() local
1661 char *buf = strerror_r(errn, b, sizeof(b)); in zend_strerror_noreturn()
1663 strerror_r(errn, b, sizeof(b)); in zend_strerror_noreturn()
1664 char *buf = b; in zend_strerror_noreturn()
/PHP-8.1/ext/standard/tests/array/
H A Darray_diff_assoc_variation1.phpt69 /*21*/ b"binary",
H A Darray_diff_variation1.phpt69 /*21*/ b"binary",
H A Darray_search_variation1.phpt10 array("a" => "A", 2 => "B", "C" => 3, 4 => 4, "one" => 1, "" => NULL, "b", "ab", "abcd"),
23 "b",
H A Drsort_basic.phpt15 "b" => "banana",
H A Din_array_variation1.phpt10 array("a" => "A", 2 => "B", "C" => 3, 4 => 4, "one" => 1, "" => NULL, "b", "ab", "abcd"),
23 "b",
H A Dsort_basic.phpt20 "b" => "banana",
/PHP-8.1/ext/intl/uchar/tests/
H A Dbasic-functionality.phpt151 U+260b DESCENDING NODE
/PHP-8.1/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);
/PHP-8.1/ext/json/
H A Djson_scanner.re340 case 'b':
341 esc = '\b';
/PHP-8.1/ext/hash/tests/
H A Dfnv132.phpt17 array( "b", "050c5d7d" ),
29 array( "b\0", "6f772bc7" ),
H A Dfnv164.phpt17 array( "b", "af63bd4c8601b7bd" ),
29 array( "b\0", "08326607b4eb3627" ),
/PHP-8.1/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-8.1/ext/gd/libgd/
H A Dgd_bmp.c768 int r, g, b, z; in bmp_read_palette() local
772 !gdGetByte(&b, infile) || in bmp_read_palette()
781 im->blue[i] = b; in bmp_read_palette()
/PHP-8.1/ext/exif/
H A Dexif.c58 # define max(a,b) ((a)>(b) ? (a) : (b)) argument
2544 for (int b = 0; b < l; b++) { in add_assoc_image_info() local
2545 add_index_long(&array, b, (int)(info_value->s[b])); in add_assoc_image_info()
2571 for (int b = 0; b < l; b++) { in add_assoc_image_info() local
2572 add_index_long(&array, ap, (int)info_value->s[b]); in add_assoc_image_info()
/PHP-8.1/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.phpt113 id = 2 (integer) / label = 'b' (string)
/PHP-8.1/ext/standard/tests/file/
H A Dfflush_variation3.phpt18 $file_modes = array("w", "wb", "wt", "w+", "w+b","w+t",
19 "a", "ab", "at", "a+","a+b", "a+t");
H A Dfgets_basic.phpt8 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t");
226 -- Testing fgets() with file opened using mode r+b --
/PHP-8.1/docs/
H A Dparameter-parsing-api.md70 b - boolean (zend_bool)
99 set to a native NULL pointer. For 'b', 'l' and 'd', an extra argument of type
/PHP-8.1/main/
H A Dnetwork.c394 static inline void sub_times(struct timeval a, struct timeval b, struct timeval *result) argument
396 result->tv_usec = a.tv_usec - b.tv_usec;
401 result->tv_sec = a.tv_sec - b.tv_sec;

Completed in 98 milliseconds

1...<<919293949596979899