Home
last modified time | relevance | path

Searched refs:b (Results 2351 – 2375 of 2474) sorted by relevance

1...<<919293949596979899

/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_stmt_get_result.phpt197 string(1) "b"
211 %s(1) "b"
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt74 $blob2 .= 'b';
H A Dmysqli_multi_query.phpt18 …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_stmt_reset.phpt62 if (!mysqli_stmt_bind_param($stmt, "b", $label))
H A Dmysqli_stmt_get_warnings.phpt55 …if (!mysqli_stmt_prepare($stmt, "INSERT INTO test(id, label) VALUES (100000, 'a'), (100001, 'b')")…
H A Dmysqli_store_result_copy.phpt213 id = 2, label = b
286 string(1) "b"
H A Dmysqli_commit_oo.phpt85 var_dump($mysqli->commit(0 , "tx_name \t\n\r\b"));
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt79 $blob2 .= str_repeat('b', $limit);
/PHP-8.1/ext/date/lib/
H A Dparse_iso_intervals.c33 # define strtoll(s, f, b) _atoi64(s) argument
36 # define strtoll(s, f, b) atoll(s) argument
38 # define strtoll(s, f, b) strtol(s, f, b) argument
/PHP-8.1/main/
H A Dphp_streams.h373 PHPAPI int php_stream_dirent_alphasort(const zend_string **a, const zend_string **b);
374 PHPAPI int php_stream_dirent_alphasortr(const zend_string **a, const zend_string **b);
377 int (*compare) (const zend_string **a, const zend_string **b));
/PHP-8.1/ext/mbstring/tests/
H A Dmb_str_split_jp.phpt81 SJIS: 93fa 967b
/PHP-8.1/Zend/tests/type_declarations/
H A Dscalar_return_basic.phpt22 'bool' => function ($b): bool { return $b; }
H A Dscalar_return_basic_64bit.phpt22 'bool' => function ($b): bool { return $b; }
/PHP-8.1/ext/standard/tests/strings/
H A Dstrstr.phpt49 'b',
133 var_dump( strstr("a", "b", "c") ); // args > expected
H A Dstrpos.phpt52 'b',
216 Position of 'b' is => int(49)
/PHP-8.1/ext/phar/tests/
H A Dphar_convert_again.phpt21 $files['b'] = 'b';
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_bp.c52 #define PHPDBG_BREAK_INIT(b, t) do {\ argument
53 memset(&b, 0, sizeof(b)); \
54 b.id = PHPDBG_G(bp_count)++; \
55 b.type = t; \
56 b.disabled = 0;\
57 b.hits = 0; \
/PHP-8.1/ext/standard/
H A Dpack.c46 #define INC_OUTPUTPOS(a,b) \ argument
47 if ((a) < 0 || ((INT_MAX - outputpos)/((int)b)) < (a)) { \
53 outputpos += (a)*(b);
/PHP-8.1/Zend/tests/
H A D002.phpt38 function test3($a, $b) {
/PHP-8.1/ext/standard/tests/general_functions/
H A Dprint_r.phpt126 array(array(1, 2), array('a', 'b')),
774 [1] => b
790 [1] => b
806 [1] => b
H A Dprint_r_64bit.phpt130 array(array(1, 2), array('a', 'b')),
778 [1] => b
794 [1] => b
810 [1] => b
/PHP-8.1/ext/standard/tests/array/
H A Darray_diff_assoc_variation2.phpt69 /*21*/ b"binary",
H A Darray_diff_variation2.phpt69 /*21*/ b"binary",
/PHP-8.1/ext/gd/libgd/
H A Dgd_gif_in.c50 #define LM_to_uint(a,b) (((b)<<8)|(a)) argument
/PHP-8.1/ext/standard/tests/file/
H A Duserstreams.phpt177 $b = @fopen("bogon://url", "rb");
178 if (is_resource($b)) {

Completed in 175 milliseconds

1...<<919293949596979899