Home
last modified time | relevance | path

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

1...<<71727374757677787980>>...112

/php-src/ext/gd/tests/
H A Dgif.phpt14 function check_box($r,$g,$b, $error=0) {
23 $b_min = $b - $error; $b_max = $b + $error;
37 if ($c['red']==$r && $c['green']==$g && $c['blue']==$b) {
H A Dbug66356.phpt12 $arr = array("x" => "a", "y" => "12b", "width" => 10, "height" => 10);
36 [y] => 12b
/php-src/ext/standard/tests/array/
H A Dsort_variation9.phpt18 array ("fruits" => array("a" => "orange", "b" => "banana", "c" => "apple"),
24 array('a' => 1,'b' => array('e' => 2,'f' => 3),'c' => array('g' => 4),'d' => 5),
101 ["b"]=>
138 ["b"]=>
/php-src/ext/mbstring/tests/
H A Dmb_substr_count.phpt39 $b = "\xA4\xA4\xA4\xA6\xA4\xA2";
40 var_dump(mb_substr_count($a, $b));
44 mb_convert_encoding($b, $to_enc), $to_enc));
48 mb_convert_encoding($b, $to_enc), $to_enc));
/php-src/ext/phar/tests/
H A Dbug73768.phar14 ��Z�bl����GBMB
/php-src/ext/openssl/tests/
H A Dopenssl_x509_export_to_file_basic.phpt11 $b = "file://" . $cert_file;
17 var_dump(openssl_x509_export_to_file($b, $outfilename)); // read cert from a filename string
/php-src/tests/classes/
H A D__set__get_001.phpt7 public $x = array('a' => 1, 'b' => 2, 'c' => 3);
65 ["b"]=>
/php-src/tests/lang/
H A Dbug22592.phpt26 $b = $result[3] = $result[5] = $s;
34 var_dump($a, $b, $c, $d, $e);
/php-src/ext/phar/tests/tar/
H A Drename.phpt32 rename($alias . '/a', $alias . '/b');
33 echo file_get_contents($alias . '/b') . "\n";
H A Drename_dir.phpt32 rename($alias . '/a', $alias . '/b');
33 echo file_get_contents($alias . '/b/x') . "\n";
/php-src/ext/spl/tests/
H A DarrayObject_natcasesort_basic1.phpt13 $ao2 = new ArrayObject(array('a'=>'boo10','b'=>'boo1','c'=>'boo2','d'=>'boo22','e'=>'BOO5'));
47 ["b"]=>
H A DarrayObject_natsort_basic1.phpt13 $ao2 = new ArrayObject(array('a'=>'boo10','b'=>'boo1','c'=>'boo2','d'=>'boo22','e'=>'BOO5'));
47 ["b"]=>
H A Darray_001.phpt22 var_dump($ar["b"]);
83 Warning: Undefined array key "b" in %s on line %d
H A Dfixedarray_001.phpt43 $b = clone $a;
45 var_dump($b[0]);
H A Diterator_count_array.phpt8 var_dump(iterator_count(['a' => 1, 'b' => 2, 5 => 3]));
/php-src/ext/standard/tests/streams/
H A Dbug60455_03.phpt12 $this->lines[] = ($path == "test://nonempty2nd" ? "b\n" : "\n");
49 string(1) "b"
/php-src/ext/soap/tests/soap12/
H A DT27.phpt17 <b>1</b>
/php-src/ext/opcache/tests/jit/
H A Dreg_alloc_023.phpt22 foreach ($this->b[$key] as $map_start => $_) {
24 unset($this->b[$key][$map_start]);
H A Dcmp_009.phpt17 $b =
18 $b =
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param.phpt51 printf("[003b] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
321 func_mysqli_stmt_bind_datatype($link, $engine, "b", "BLOB", "", 790);
322 func_mysqli_stmt_bind_datatype($link, $engine, "b", "TEXT", "", 800);
323 func_mysqli_stmt_bind_datatype($link, $engine, "b", "MEDIUMBLOB", "", 810);
324 func_mysqli_stmt_bind_datatype($link, $engine, "b", "MEDIUMTEXT", "", 820);
325 func_mysqli_stmt_bind_datatype($link, $engine, "b", "LONGBLOB", "", 830);
326 func_mysqli_stmt_bind_datatype($link, $engine, "b", "LONGTEXT", "", 840);
328 func_mysqli_stmt_bind_datatype($link, $engine, "s", "ENUM('a', 'b')", "a", 850);
329 func_mysqli_stmt_bind_datatype($link, $engine, "s", "ENUM('a', 'b')", NULL, 860);
330 func_mysqli_stmt_bind_datatype($link, $engine, "s", "SET('a', 'b')", "a", 870);
[all …]
/php-src/main/
H A Dphp.h102 # define mkdir(a, b) _mkdir(a) argument
108 # define getcwd(a, b) _getcwd(a, b) argument
183 PHPAPI int php_safe_bcmp(const zend_string *a, const zend_string *b);
200 #define CREATE_MUTEX(a, b) argument
/php-src/Zend/tests/
H A Dnowdoc.inc5 $b = 2;
H A Dnew_args_without_ctor.phpt6 new stdClass(print 'a', print 'b');
/php-src/Zend/tests/bug67436/
H A Db.inc3 class b extends a {
/php-src/ext/pcre/tests/
H A Dbug67238.phpt6 echo preg_match('/a{1,3}b/U', 'ab');

Completed in 59 milliseconds

1...<<71727374757677787980>>...112