Home
last modified time | relevance | path

Searched refs:b (Results 2201 – 2225 of 2612) sorted by relevance

1...<<81828384858687888990>>...105

/php-src/ext/standard/tests/array/
H A Darray_diff_ukey_variation10.phpt8 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red");
H A Darray_intersect_uassoc_variation2.phpt8 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red");
12 function key_compare_func($a, $b) {
13 if ($a === $b) {
16 return ($a > $b) ? 1 : -1;
H A Darray_pad_variation4.phpt18 $binary = b"hello";
H A Dbug34227.phpt60 $arr = explode('a', 'b');
/php-src/Zend/tests/varSyntax/
H A DindirectFcall.phpt16 (id((object) ['a' => 'id', 'b' => 'udef'])->a)()()()()('var_dump')(6);
/php-src/ext/sqlite3/tests/
H A Dsqlite3_14_querysingle.phpt16 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
H A Dsqlite3_18_changes.phpt16 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
H A Dsqlite3_defensive.phpt19 var_dump($db->exec('CREATE TABLE test (a, b);'));
/php-src/ext/standard/tests/strings/
H A Dbug47842.phpt5 if (PHP_INT_MAX < pow(2,31)) die("skip PHP_INT_MAX < 32b\n");
/php-src/Zend/tests/
H A Ddynamic_call_006.phpt9 $func(['a' => 'b']);
H A D001.phpt14 function test3($a, $b) {
/php-src/Zend/Optimizer/
H A Dzend_inference.c166 return (b > 0 && a > ZEND_LONG_MAX - b) in add_will_overflow()
167 || (b < 0 && a < ZEND_LONG_MIN - b); in add_will_overflow()
171 return (b > 0 && a < ZEND_LONG_MIN + b)
172 || (b < 0 && a > ZEND_LONG_MAX + b);
579 b = temp; in maxOR()
590 return b | d; in maxOR()
625 b = temp; in maxAND()
637 return b & d; in maxAND()
642 return minAND(a, b, ~d, ~c) | minAND(~b, ~a, c, d); in minXOR()
647 return maxOR(0, maxAND(a, b, ~d, ~c), 0, maxAND(~b, ~a, c, d)); in maxXOR()
[all …]
/php-src/ext/intl/tests/
H A Dcollator_sort.phpt61 array( 'ba' , 'b' , 'ab' ),
133 1 => 'b',
H A Dcollator_sort_variant2.phpt61 array( 'ba' , 'b' , 'ab' ),
133 1 => 'b',
H A Dlocale_get_display_region3.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'
H A Dlocale_get_display_script3.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'
H A Dlocale_get_display_script4.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'
H A Dlocale_get_display_variant2.phpt64 'en-a-myExt-b-another',
68 'ar-a-aaa-b-bbb-a-ccc'
255 locale='en-a-myExt-b-another'
270 locale='ar-a-aaa-b-bbb-a-ccc'
/php-src/ext/phar/tests/
H A Dphar_convert_repeated_b.phpt16 $phar['b'] = 'b';
H A D033a.phpt15 $files['a.php'] = '<?php echo "This is a\n"; include "'.$pname.'/b.php"; ?>';
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_fetch_bit.phpt12 // b'001' syntax not supported before 5.0.3
38 … $sql = sprintf("INSERT INTO test(id, label) VALUES (%d, b'%s')", $value, decbin($value));
/php-src/ext/standard/tests/streams/
H A Dstream_set_chunk_size.phpt39 var_dump(fwrite($f, str_repeat('b', 3)));
50 var_dump(strlen(fwrite($f, str_repeat('b', 250))));
/php-src/ext/standard/
H A Dpageinfo.c35 #define getgroups(a, b) 0 argument
/php-src/ext/mbstring/tests/
H A Dmb_eregi_replace.phpt18 "ь"=>"\'","б"=>"b","ю"=>"yu",
H A Dmb_split.phpt25 var_dump( mb_split( " ", "a b c d e f g" )

Completed in 52 milliseconds

1...<<81828384858687888990>>...105