Home
last modified time | relevance | path

Searched refs:b (Results 2051 – 2075 of 2216) sorted by relevance

1...<<818283848586878889

/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_insert_id_variation.phpt77 … printf("[008b] mysqli_stmt doesn't initialise insert_id: %s", var_export($stmt->insert_id, true));
H A D014.phpt27 if (!mysqli_query($link, "CREATE TABLE test(a int, b varchar(10)) engine=InnoDB"))
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt74 $blob2 .= 'b';
H A Dmysqli_real_connect.phpt22 printf("[001b] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
107 if ($res = mysqli_query($link, "SELECT 1 AS a; SELECT 2 AS b")) {
/PHP-7.2/sapi/cli/tests/
H A Dphp_cli_server_013.phpt28 a=b
/PHP-7.2/ext/standard/tests/array/
H A Darray_walk_recursive_basic2.phpt13 $fruits = array("a" => "lemon", "b" => array( "c" => "orange", "d" => "banana"), "e" => array("f" =…
H A Darsort_object2.phpt61 "a" => new for_string_arsort("axx","AXX","d"), "b" => new for_string_asort("T", "t","q"),
H A Dsizeof_variation2.phpt23 array("a" => 1, 'b' => 2, array( "c" =>3, array( "d" => 5))),
/PHP-7.2/ext/reflection/tests/
H A DReflectionMethod_006.phpt15 new ReflectionMethod('a', 'b', 'c');
/PHP-7.2/ext/standard/tests/strings/
H A Dstr_ireplace.phpt37 var_dump(str_ireplace(array("t"=>"tt", "y"=>"y"), array("a"=>"aaa", "b"=>"bbb"), array("key"=>"tttt…
H A Dhebrevc_variation2.phpt116 r <b'<br />
281 r <b'<br />
310 r <b'<br />
H A Dstrpos.phpt57 'b',
195 var_dump( strpos("a", "b", "c", "d") ); // args > expected
245 Position of 'b' is => int(49)
/PHP-7.2/ext/filter/tests/
H A D043.phpt112 string(1) "b"
/PHP-7.2/ext/standard/tests/file/
H A Dis_readable_variation1.phpt47 "$file_path/is_readable_variation1/b*.tmp",
/PHP-7.2/ext/intl/collator/
H A Dcollator_sort.c213 static int collator_compare_func( const void* a, const void* b ) in collator_compare_func() argument
222 s = (Bucket *) b; in collator_compare_func()
/PHP-7.2/ext/phar/tests/
H A Dfopen_edgecases.phpt21 $a = fopen($pname . '/b/c.php', 'a');
75 Warning: fopen(phar://%sfopen_edgecases.phar.php/b/c.php): failed to open stream: phar error: open …
H A Dphar_convert_again.phpt21 $files['b'] = 'b';
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_wait.c51 static int phpdbg_array_data_compare(const void *a, const void *b) { in phpdbg_array_data_compare() argument
57 s = *((Bucket **) b); in phpdbg_array_data_compare()
H A DREADME.md65 - -b boring - disables use of colour on the console
/PHP-7.2/ext/standard/tests/math/
H A Dbase_convert_basic.phpt182 .........value= 27 res = 1b
187 .........value= 27 res = 1b
/PHP-7.2/ext/date/lib/
H A Dparse_iso_intervals.c35 # define strtoll(s, f, b) _atoi64(s) argument
38 # define strtoll(s, f, b) atoll(s) argument
40 # define strtoll(s, f, b) strtol(s, f, b) argument
/PHP-7.2/scripts/dev/
H A Dgenerate-phpt.phar76 if($options->hasOption('b')) {
86 gtTestCaseWriter::write($name, $testCase->toString(), 'b');
257 …<function_name> |-c <class_name> -m <method_name> -b|e|v [-s skipif:ini:clean:done] [-k win|notwin…
263 -b ............................... Generate basic tests
423 'b',
538 * Check that b|c|v is specified
544 if($clo->hasOption('b') || $clo->hasOption('e') || $clo->hasOption('v') ) {
811 if ($type == 'b') {
1519 if($key == '64b' ) {
/PHP-7.2/main/
H A Dphp_streams.h367 PHPAPI int php_stream_dirent_alphasort(const zend_string **a, const zend_string **b);
368 PHPAPI int php_stream_dirent_alphasortr(const zend_string **a, const zend_string **b);
371 int (*compare) (const zend_string **a, const zend_string **b));
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog31 (b) Give an error for too big a number after \O.
1919 For example, [:a[:digit:]b:] matches "a", "b", ":", or a digit. Also,
1921 example, [:a[:abc]b:] gives unknown class "[:abc]b:]". PCRE now behaves
2636 8. The pattern (?(?=.*b)b|^) was incorrectly compiled as "match must be at
2707 ^X(?3)(a)(?|(b)|(q))(Y) is an example.
3010 U+0064b - U+0065e
3015 U+0200b - U+0200f
3683 first character must be a, b, c, or d.
3698 as a*b as a*+b. More specifically, if something simple (such as a character
4396 (b) Added the -w (match as a word) option.
[all …]
/PHP-7.2/ext/pdo_mysql/tests/
H A Dbug_42499.phpt38 $db->exec("INSERT INTO test(id) VALUES ('b')");

Completed in 55 milliseconds

1...<<818283848586878889