Home
last modified time | relevance | path

Searched refs:b (Results 2126 – 2150 of 2264) sorted by relevance

1...<<8182838485868788899091

/PHP-7.4/ext/phar/tests/
H A Dfopen_edgecases.phpt21 $a = fopen($pname . '/b/c.php', 'a');
75 Warning: fopen(phar://%sfopen_edgecases.phar.php/b/c.php): failed to open stream: phar error: open …
H A Dphar_convert_again.phpt21 $files['b'] = 'b';
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt22 printf("[001b] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
107 if ($res = mysqli_query($link, "SELECT 1 AS a; SELECT 2 AS b")) {
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt74 $blob2 .= 'b';
H A Dmysqli_stmt_get_result.phpt199 string(1) "b"
213 %s(1) "b"
H A Dmysqli_store_result_copy.phpt209 id = 2, label = b
282 string(1) "b"
H A Dmysqli_multi_query.phpt27 …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_send_long_data_packet_size_mysqlnd.phpt79 $blob2 .= str_repeat('b', $limit);
/PHP-7.4/Zend/
H A Dzend_hash.c1109 idx = HT_IDX_TO_HASH(b - arData); in zend_hash_set_bucket_key()
1110 nIndex = b->h | ht->nTableMask; in zend_hash_set_bucket_key()
1120 Z_NEXT(p->val) = Z_NEXT(b->val); in zend_hash_set_bucket_key()
1122 zend_string_release(b->key); in zend_hash_set_bucket_key()
1125 idx = b - arData; in zend_hash_set_bucket_key()
1126 b->key = key; in zend_hash_set_bucket_key()
1127 b->h = ZSTR_H(key); in zend_hash_set_bucket_key()
1128 nIndex = b->h | ht->nTableMask; in zend_hash_set_bucket_key()
1132 Z_NEXT(b->val) = i; in zend_hash_set_bucket_key()
1140 Z_NEXT(b->val) = Z_NEXT(p->val); in zend_hash_set_bucket_key()
[all …]
/PHP-7.4/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-7.4/main/
H A Dphp_streams.h367 PHPAPI int php_stream_dirent_alphasort(const zend_string **a, const zend_string **b);
368 PHPAPI int php_stream_dirent_alphasortr(const zend_string **a, const zend_string **b);
371 int (*compare) (const zend_string **a, const zend_string **b));
/PHP-7.4/ext/standard/tests/array/
H A Dsizeof_variation2.phpt23 array("a" => 1, 'b' => 2, array( "c" =>3, array( "d" => 5))),
/PHP-7.4/ext/standard/tests/file/
H A Dis_writable_variation1.phpt37 "$file_path/is_writable_variation1/b*.tmp",
H A Dflock_variation.phpt45 b"string",
46 b"",
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug_42499.phpt38 $db->exec("INSERT INTO test(id) VALUES ('b')");
/PHP-7.4/ext/tokenizer/tests/
H A Dtoken_get_all_variation13.phpt34 public var $b;
401 string(2) "$b"
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_return_basic.phpt21 'bool' => function ($b): bool { return $b; }
H A Dscalar_strict_basic.phpt12 'bool' => function (bool $b) { return $b; }
H A Dscalar_basic.phpt19 'bool' => function (bool $b) { return $b; }
H A Dscalar_return_basic_64bit.phpt21 'bool' => function ($b): bool { return $b; }
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_wait.c51 static int phpdbg_array_data_compare(const void *a, const void *b) { in phpdbg_array_data_compare() argument
57 s = *((Bucket **) b); in phpdbg_array_data_compare()
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.4/ext/standard/tests/general_functions/
H A Dis_array.phpt19 array(array(1, 2), array('a', 'b')),
/PHP-7.4/ext/shmop/tests/
H A D002.phpt25 var_dump(shmop_open(1338, 'b', 0644, 1024));
/PHP-7.4/ext/standard/
H A Dpack.c48 #define INC_OUTPUTPOS(a,b) \ argument
49 if ((a) < 0 || ((INT_MAX - outputpos)/((int)b)) < (a)) { \
55 outputpos += (a)*(b);

Completed in 55 milliseconds

1...<<8182838485868788899091