Home
last modified time | relevance | path

Searched refs:b (Results 1926 – 1950 of 2383) sorted by relevance

1...<<71727374757677787980>>...96

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_pconn_conn_multiple.phpt145 [%u|b%"it_works"]=>
149 [%u|b%"syntax"]=>
154 [%u|b%"it_works"]=>
158 [%u|b%"syntax"]=>
H A D040.phpt18 mysqli_query($link, "CREATE TABLE test_result (a int, b varchar(10)) ENGINE=" . $engine);
H A Dtable.inc25 if (!mysqli_query($link, "INSERT INTO test(id, label) VALUES (1, 'a'), (2, 'b'), (3, 'c'), (4, 'd')…
/PHP-5.5/ext/standard/tests/array/
H A Darray_reverse_variation3.phpt44 array("a","aaaa","b","bbbb","c","ccccc"),
228 string(1) "b"
243 string(1) "b"
258 string(1) "b"
H A Darray_combine.phpt10 $b = array_combine($array1, $array2);
H A Darray_diff_uassoc_variation14.phpt14 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red");
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.c278 const char *b = (const char *)sst->sst_tab; in cdf_check_stream_offset() local
283 if (e >= b && (size_t)(e - b) <= ss * sst->sst_len) in cdf_check_stream_offset()
287 SIZE_T_FORMAT "u]\n", line, b, e, (size_t)(e - b), in cdf_check_stream_offset()
1074 #define DUMP(a, b) (void)fprintf(stderr, "%40.40s = " a "\n", # b, h->h_ ## b) in cdf_dump_header() argument
1075 #define DUMP2(a, b) (void)fprintf(stderr, "%40.40s = " a " (" a ")\n", # b, \ in cdf_dump_header() argument
1076 h->h_ ## b, 1 << h->h_ ## b) in cdf_dump_header()
/PHP-5.5/ext/standard/
H A Darray.c182 s = *((Bucket **) b); in php_array_key_compare()
368 s = *((Bucket **) b); in php_array_data_compare()
413 s = *((Bucket **) b); in php_array_natural_general_compare()
582 s = *((Bucket **) b); in php_array_user_compare()
734 s = *((Bucket **) b); in php_array_user_key_compare()
2827 Bucket *b; in PHP_FUNCTION() member
2854 arTmp[i].b = p; in PHP_FUNCTION()
2857 arTmp[i].b = NULL; in PHP_FUNCTION()
2867 p = lastkept->b; in PHP_FUNCTION()
2870 p = cmpdata->b; in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_error1.phpt19 var_dump(libxml_set_external_entity_loader(function($a, $b, $c, $d) {}));
/PHP-5.5/ext/phar/tests/
H A Dtest_unset.phpt21 $phar['b'] = 'whatever'; // flushed
H A D017U.phpt14 $file = b"<?php
/PHP-5.5/ext/standard/tests/file/
H A Dcopy_variation10.phpt17 fwrite($file_handle, str_repeat(b"Hello2world...\n", 100));
/PHP-5.5/ext/date/tests/
H A Dgmstrftime_variation4.phpt18 'Abbreviated month name' => "%b",
H A Didate_error.phpt17 $format = '%b %d %Y %H:%M:%S';
/PHP-5.5/ext/ereg/tests/
H A Dspliti_basic_003.phpt16 var_dump(spliti('b$', '--- ba ---'));
H A Deregi_basic_004.phpt16 var_dump(eregi('b$', 'ba', $regs));
/PHP-5.5/ext/phar/tests/tar/
H A Dexists_as_phar.phpt16 $phar['a.php'] = '<?php echo "This is a\n"; include "'.$alias.'/b.php"; ?>';
/PHP-5.5/ext/phar/tests/zip/
H A Dexists_as_phar.phpt16 $phar['a.php'] = '<?php echo "This is a\n"; include "'.$alias.'/b.php"; ?>';
/PHP-5.5/ext/dom/tests/
H A DDOMNode_hasChildNodes.phpt32 $dom->loadXML('<root><a/><b/></root>');
/PHP-5.5/Zend/tests/
H A Dbug45186_2.phpt7 public function __call($a, $b) {
/PHP-5.5/ext/filter/tests/
H A D040.phpt6 a=1&b=2&c=0
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput2568 …[\x00-\x08\x0a-\x1f!-\x9f\xa1-\xff\x{100}-\x{167f}\x{1681}-\x{180d}\x{180f}-\x{1fff}\x{200b}-\x{20…
81 _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80
107 ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindparam_types.phpt146 pdo_mysql_stmt_bindparam_types($db, 45, 'BLOB', str_repeat('b', 300));
147 pdo_mysql_stmt_bindparam_types($db, 46, 'MEDIUMBLOB', str_repeat('b', 300));
148 pdo_mysql_stmt_bindparam_types($db, 47, 'LONGBLOB', str_repeat('b', 300));
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_cbc_variation4.phpt30 $key = b'string_val';
31 $data = b'string_val';
32 $iv = b'01234567';
H A Dmcrypt_decrypt_variation4.phpt30 $key = b'string_val';
31 $data = b'string_val';
32 $iv = b'01234567';

Completed in 98 milliseconds

1...<<71727374757677787980>>...96