Home
last modified time | relevance | path

Searched refs:b (Results 1826 – 1850 of 2216) sorted by relevance

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

/PHP-7.2/ext/phar/tests/
H A Dphar_unlinkarchive.phpt41 $files['b'] = 'b';
H A Dphar_convert_repeated_b.phpt16 $phar['b'] = 'b';
H A Dtest_unset.phpt21 $phar['b'] = 'whatever'; // flushed
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_more_results.phpt33 …if (!mysqli_multi_query($link, "SELECT 1 AS a; SELECT 1 AS a, 2 AS b; SELECT id FROM test ORDER BY…
61 …if (!mysqli_multi_query($link, "SELECT 1 AS a; SELECT 1 AS a, 2 AS b; SELECT id FROM test ORDER BY…
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-7.2/ext/standard/tests/misc/
H A Dbrowsernames.inc37 "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030504 Mozilla",
44 "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6",
/PHP-7.2/ext/standard/tests/streams/
H A Dstream_set_chunk_size.phpt38 var_dump(fwrite($f, str_repeat('b', 3)));
49 var_dump(strlen(fwrite($f, str_repeat('b', 250))));
/PHP-7.2/ext/standard/tests/strings/
H A Dget_html_translation_table_basic6.phpt6 function so($a,$b) { return ord($a) - ord($b); }
/PHP-7.2/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-7.2/ext/intl/tests/
H A Dlocale_get_display_language.phpt65 'en-a-myExt-b-another',
69 'ar-a-aaa-b-bbb-a-ccc'
261 locale='en-a-myExt-b-another'
276 locale='ar-a-aaa-b-bbb-a-ccc'
H A Dlocale_get_display_region.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'
H A Dlocale_get_display_region2.phpt66 'en-a-myExt-b-another',
70 'ar-a-aaa-b-bbb-a-ccc'
257 locale='en-a-myExt-b-another'
272 locale='ar-a-aaa-b-bbb-a-ccc'
/PHP-7.2/ext/standard/
H A Dphp_filestat.h76 #define getgroups(a, b) 0 argument
/PHP-7.2/sapi/phpdbg/tests/
H A Dstepping_001.phpt6 b ZEND_THROW
/PHP-7.2/ext/phar/tests/tar/
H A Dexists_as_phar.phpt16 $phar['a.php'] = '<?php echo "This is a\n"; include "'.$alias.'/b.php"; ?>';
/PHP-7.2/ext/phar/tests/zip/
H A Dexists_as_phar.phpt16 $phar['a.php'] = '<?php echo "This is a\n"; include "'.$alias.'/b.php"; ?>';
/PHP-7.2/ext/mbstring/tests/
H A Dmb_split.phpt27 var_dump( mb_split( " ", "a b c d e f g" )
/PHP-7.2/Zend/tests/
H A D003.phpt14 function test3($a, $b) {
H A D007.phpt13 $var = array("a"=>1,"b"=>2,"c"=>3);
H A Dbug45186_2.phpt7 public function __call($a, $b) {
/PHP-7.2/ext/date/tests/
H A Dgmstrftime_variation4.phpt18 'Abbreviated month name' => "%b",
H A Didate_error.phpt17 $format = '%b %d %Y %H:%M:%S';

Completed in 56 milliseconds

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