Home
last modified time | relevance | path

Searched refs:b (Results 2076 – 2100 of 2216) sorted by relevance

1...<<818283848586878889

/PHP-7.2/ext/tokenizer/tests/
H A Dtoken_get_all_variation13.phpt34 public var $b;
401 string(2) "$b"
/PHP-7.2/Zend/tests/type_declarations/
H A Dscalar_basic.phpt19 'bool' => function (bool $b) { return $b; }
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; }
H A Dscalar_strict_basic.phpt23 'bool' => function (bool $b) { return $b; }
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_bp.c55 #define PHPDBG_BREAK_INIT(b, t) do {\ argument
56 memset(&b, 0, sizeof(b)); \
57 b.id = PHPDBG_G(bp_count)++; \
58 b.type = t; \
59 b.disabled = 0;\
60 b.hits = 0; \
/PHP-7.2/
H A Drun-tests.php965 function test_sort($a, $b) argument
970 $b = test_name($b);
973 …$tb = strpos($b, "{$cwd}/tests") === 0 ? 1 + (strpos($b, "{$cwd}/tests/run-test") === 0 ? 1 : 0) :…
976 return strcmp($a, $b);
2559 usort($PHP_FAILED_TESTS['SLOW'], function($a, $b) {
2560 return $a['info'] < $b['info'] ? 1 : -1;
/PHP-7.2/ext/standard/
H A Dpack.c49 #define INC_OUTPUTPOS(a,b) \ argument
50 if ((a) < 0 || ((INT_MAX - outputpos)/((int)b)) < (a)) { \
56 outputpos += (a)*(b);
/PHP-7.2/ext/shmop/tests/
H A D002.phpt28 var_dump(shmop_open($hex_shm_id(), 'b', 0644, 1024));
/PHP-7.2/ext/standard/tests/general_functions/
H A Dis_array.phpt19 array(array(1, 2), array('a', 'b')),
/PHP-7.2/ext/standard/tests/file/
H A Dis_writable_variation1.phpt49 "$file_path/is_writable_variation1/b*.tmp",
H A Dflock_variation.phpt44 b"string",
45 b"",
H A Duserstreams.phpt175 $b = @fopen("bogon://url", "rb");
176 if (is_resource($b)) {
/PHP-7.2/ext/standard/tests/array/
H A Darray_key_exists.phpt17 array('a','b','c'),
57 array( array(2,4,5), array ("a","b","d") )
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_store_result_copy.phpt209 id = 2, label = b
282 string(1) "b"
H A Dmysqli_commit_oo.phpt84 if (!$mysqli->commit(0 , "tx_name \t\n\r\b")) {
H A Dmysqli_stmt_get_warnings.phpt61 …if (!mysqli_stmt_prepare($stmt, "INSERT INTO test(id, label) VALUES (100000, 'a'), (100001, 'b')")…
H A Dmysqli_stmt_reset.phpt68 if (!mysqli_stmt_bind_param($stmt, "b", $label))
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt79 $blob2 .= str_repeat('b', $limit);
/PHP-7.2/Zend/
H A Dzend_API.h410 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, size_t key_len, int b);
436 ZEND_API int add_index_bool(zval *arg, zend_ulong idx, int b);
446 ZEND_API int add_next_index_bool(zval *arg, int b);
470 ZEND_API int add_property_bool_ex(zval *arg, const char *key, size_t key_len, zend_long b);
635 #define RETVAL_BOOL(b) ZVAL_BOOL(return_value, b) argument
653 #define RETURN_BOOL(b) { RETVAL_BOOL(b); return; } argument
/PHP-7.2/ext/gd/libgd/
H A Dgd_gif_in.c50 #define LM_to_uint(a,b) (((b)<<8)|(a)) argument
/PHP-7.2/sapi/cli/
H A Dphp_http_parser.c27 # define MIN(a,b) ((a) < (b) ? (a) : (b)) argument
/PHP-7.2/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
/PHP-7.2/ext/reflection/tests/
H A DReflectionType_001.phpt5 function foo(stdClass $a, array $b, callable $c, stdClass $d = null, $e = null, string $f, bool $g,…
/PHP-7.2/ext/intl/uchar/tests/
H A Dbasic-functionality.phpt150 U+260b DESCENDING NODE

Completed in 51 milliseconds

1...<<818283848586878889