Home
last modified time | relevance | path

Searched refs:b (Results 1751 – 1775 of 2216) sorted by relevance

1...<<71727374757677787980>>...89

/PHP-7.2/ext/spl/tests/
H A Dbug68128.phpt6 $array = new ArrayIterator(array('a', array('b', 'c')));
/PHP-7.2/ext/sqlite3/tests/
H A Dbug68760.phpt9 function oopsFunction($a, $b) {
/PHP-7.2/ext/dba/tests/
H A Ddba014.phpt14 dba_insert(array("a", "b", "c"), "Content String 2", $db_file);
/PHP-7.2/main/
H A Dfastcgi.c273 fcgi_hash_buckets *b; in fcgi_hash_destroy() local
276 b = h->buckets; in fcgi_hash_destroy()
277 while (b) { in fcgi_hash_destroy()
278 fcgi_hash_buckets *q = b; in fcgi_hash_destroy()
279 b = b->next; in fcgi_hash_destroy()
351 b->idx = 0; in fcgi_hash_set()
352 b->next = h->buckets; in fcgi_hash_set()
353 h->buckets = b; in fcgi_hash_set()
1091 fcgi_begin_request *b; in fcgi_read_request() local
1097 b = (fcgi_begin_request*)buf; in fcgi_read_request()
[all …]
/PHP-7.2/ext/intl/tests/
H A Dgrapheme.phpt68 array( "abc", "b", 1 ),
206 array( "abc", "b", 1 ),
342 array( "Abc", 1, 1, "b" ),
433 array( "abc", "b", "bc" ),
440 array( "abc", "b", TRUE, "a" ),
498 array( "aBc", "b", "Bc" ),
560 array( "abc", 1, 1, "b" ),
569 array( "abc", 1, 1, 2, "b" ),
571 array( "abc", 1, -2, 2, "b" ),
974 substring of "Abc" from "1" - grapheme_substr with length 1 = b == b
[all …]
H A Dgrapheme2.phpt68 array( "abc", "b", 1 ),
206 array( "abc", "b", 1 ),
342 array( "Abc", 1, 1, "b" ),
433 array( "abc", "b", "bc" ),
440 array( "abc", "b", TRUE, "a" ),
498 array( "aBc", "b", "Bc" ),
560 array( "abc", 1, 1, "b" ),
569 array( "abc", 1, 1, 2, "b" ),
571 array( "abc", 1, -2, 2, "b" ),
974 substring of "Abc" from "1" - grapheme_substr with length 1 = b == b
[all …]
H A Dcollator_sort.phpt60 array( 'ba' , 'b' , 'ab' ),
132 1 => 'b',
H A Dcollator_sort_variant2.phpt60 array( 'ba' , 'b' , 'ab' ),
132 1 => 'b',
H A Dlocale_get_display_script.phpt65 'en-a-myExt-b-another',
69 'ar-a-aaa-b-bbb-a-ccc'
256 locale='en-a-myExt-b-another'
271 locale='ar-a-aaa-b-bbb-a-ccc'
/PHP-7.2/ext/phar/tests/
H A Dphar_extract.phpt25 …dirname(__FILE__) . '/extract', 0x00003000), RecursiveIteratorIterator::CHILD_FIRST) as $p => $b) {
31 foreach ($out as $b) {
32 echo "$b\n";
H A Dsecurity.phpt17 $phar["b"] = "should not work!";
/PHP-7.2/Zend/tests/varSyntax/
H A DindirectFcall.phpt16 (id((object) ['a' => 'id', 'b' => 'udef'])->a)()()()()('var_dump')(6);
/PHP-7.2/sapi/phpdbg/tests/
H A Dexceptions_003.phpt4 b 5
H A Drun_002.phpt9 b 6
/PHP-7.2/ext/mbstring/tests/
H A Dmb_substitute_character_basic.phpt27 var_dump( mb_substitute_character("b") );
/PHP-7.2/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp932_3.phpt32 system("dir /b " . $fn);
/PHP-7.2/ext/standard/tests/strings/
H A Dbug47842.phpt5 if (PHP_INT_MAX < pow(2,31)) die("skip PHP_INT_MAX < 32b\n");
H A Dstr_replace_basic.phpt18 var_dump( str_replace("e", "b", "test") );
/PHP-7.2/ext/filter/tests/
H A D033_run.inc14 "http://a.b.c",
/PHP-7.2/Zend/
H A Dzend_types.h33 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) d; c; b; a; argument
36 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) d, c, b, a argument
40 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) a; b; c; d; argument
43 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) a, b, c, d argument
669 #define ZVAL_BOOL(z, b) do { \ argument
671 (b) ? IS_TRUE : IS_FALSE; \
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_select.phpt46 exec_and_count(6, $db, "INSERT INTO test(id, col1) VALUES (2, 'b')", 1);
64 [006] Expecting '1'/integer got ''/boolean when running 'INSERT INTO test(id, col1) VALUES (2, 'b')…
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_stmt_fetch_bit.phpt11 // b'001' syntax not supported before 5.0.3
39 $sql = sprintf("INSERT INTO test(id, label) VALUES (%d, b'%s')", $value, decbin($value));
/PHP-7.2/ext/standard/tests/file/
H A Dfileinode_variation.phpt80 print( fileinode(b"$file_path/dir") )."\n";
82 print( fileinode(b"$file_path/dir/subdir") );
/PHP-7.2/ext/gd/libgd/
H A Dgd_webp.c91 register uint8_t b = *(p++); in gdImageCreateFromWebpCtx() local
92 im->tpixels[y][x] = gdTrueColorAlpha(r, g, b, a); in gdImageCreateFromWebpCtx()
/PHP-7.2/ext/interbase/
H A Dibase_blobs.c540 unsigned short b; in PHP_FUNCTION() local
564 for (size = 0; (b = php_stream_read(stream, bl_data, sizeof(bl_data))); size += b) { in PHP_FUNCTION()
565 if (isc_put_segment(IB_STATUS, &ib_blob.bl_handle, b, bl_data)) { in PHP_FUNCTION()

Completed in 78 milliseconds

1...<<71727374757677787980>>...89