Home
last modified time | relevance | path

Searched refs:b (Results 1851 – 1875 of 2216) sorted by relevance

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

/PHP-7.2/ext/dom/tests/
H A DDOMNode_hasChildNodes.phpt32 $dom->loadXML('<root><a/><b/></root>');
H A Dbug67081.phpt34 <!ELEMENT b EMPTY>
/PHP-7.2/ext/filter/tests/
H A D040.phpt6 a=1&b=2&c=0
H A D018.phpt12 var_dump(filter_var("::1::b", FILTER_VALIDATE_IP));
/PHP-7.2/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-7.2/ext/standard/tests/array/
H A Darray_diff_uassoc_variation1.phpt16 function key_compare_func($a, $b)
18 if ($a === $b) {
21 return ($a > $b)? 1:-1;
H A Darray_values_variation.phpt17 $arr_resource = array( "a" => $resource1, "b" => $resource2);
H A Darray_values_variation_64bit.phpt17 $arr_resource = array( "a" => $resource1, "b" => $resource2);
H A Drange_errors.phpt12 var_dump( range("a", "b", 0) );
16 var_dump( range("b", "a", 0) );
/PHP-7.2/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));
H A Dbug_61755.phpt18 $s = $db->prepare("SELECT \"a\0b\", ?");
/PHP-7.2/ext/gd/libgd/
H A Dgd_crop.c325 register int r,b,g,a; in gdGuessBackgroundColorFromCorners() local
329b = (int)(0.5f + (gdImageBlue(im, tl) + gdImageBlue(im, tr) + gdImageBlue(im, bl) + gdImageBlue(im… in gdGuessBackgroundColorFromCorners()
331 *color = gdImageColorClosestAlpha(im, r, g, b, a); in gdGuessBackgroundColorFromCorners()
/PHP-7.2/ext/standard/tests/file/
H A Dfnmatch_variation.phpt60 32 => b"match*",
61 33 => b"*.tmp",
62 34 => b"mat*",
63 35 => b"mat*tmp",
64 36 => b"m*t",
106 b"string"
/PHP-7.2/ext/phar/tests/zip/
H A D033a.phpt15 $phar['a.php'] = '<?php echo "This is a\n"; include "'.$alias.'/b.php"; ?>';
/PHP-7.2/ext/phar/tests/
H A D033.phpt15 $files['a.php'] = '<?php echo "This is a\n"; include "'.$pname.'/b.php"; ?>';
/PHP-7.2/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-7.2/ext/soap/tests/bugs/
H A Dbug42214.phpt13 $a = $b;
/PHP-7.2/ext/phar/tests/tar/
H A D033.phpt15 $phar['a.php'] = '<?php echo "This is a\n"; include "'.$alias.'/b.php"; ?>';
H A D033a.phpt15 $phar['a.php'] = '<?php echo "This is a\n"; include "'.$alias.'/b.php"; ?>';
/PHP-7.2/ext/sqlite3/tests/
H A Dsqlite3_06_prepared_stmt.phpt16 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
H A Dsqlite3_07_prepared_stmt.phpt16 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
H A Dsqlite3_08_udf.phpt21 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
H A Dsqlite3_11_numrows.phpt23 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
H A Dsqlite3_19_columninfo.phpt16 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
/PHP-7.2/ext/date/tests/
H A Dstrftime_variation4.phpt19 'Abbreviated month name' => "%b",

Completed in 131 milliseconds

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