Home
last modified time | relevance | path

Searched refs:b (Results 2226 – 2250 of 2383) sorted by relevance

1...<<81828384858687888990>>...96

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt74 $blob2 .= 'b';
H A Dmysqli_commit_oo.phpt84 if (!$mysqli->commit(0 , "tx_name \t\n\r\b")) {
H A Dmysqli_stmt_get_warnings.phpt58 …if (!mysqli_stmt_prepare($stmt, "INSERT INTO test(id, label) VALUES (100000, 'a'), (100001, 'b')")…
H A Dmysqli_stmt_reset.phpt68 if (!mysqli_stmt_bind_param($stmt, "b", $label))
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt79 $blob2 .= str_repeat('b', $limit);
/PHP-5.5/ext/standard/tests/file/
H A Dcopy_variation3.phpt23 fwrite( $file_handle, str_repeat(b"Hello2World...\n", 100) );
H A Dis_writable_variation1.phpt49 "$file_path/is_writable_variation1/b*.tmp",
H A Dflock_variation.phpt44 b"string",
45 b"",
/PHP-5.5/ext/standard/tests/array/
H A Dsizeof_variation2.phpt23 array("a" => 1, 'b' => 2, array( "c" =>3, array( "d" => 5))),
H A Darray_key_exists.phpt17 array('a','b','c'),
57 array( array(2,4,5), array ("a","b","d") )
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode_variation2.phpt22 $header = b'Subject: =?UTF-8?B?UHLDvGZ1bmcgUHLDvGZ1bmc=?=';
/PHP-5.5/ext/phar/tests/
H A Dphar_convert_again.phpt21 $files['b'] = 'b';
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation13.phpt34 public var $b;
401 string(2) "$b"
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.c38 # define strtoll(s, f, b) _atoi64(s) argument
41 # define strtoll(s, f, b) atoll(s) argument
43 # define strtoll(s, f, b) strtol(s, f, b) argument
/PHP-5.5/main/
H A Dphp_streams.h354 PHPAPI int php_stream_dirent_alphasort(const char **a, const char **b);
355 PHPAPI int php_stream_dirent_alphasortr(const char **a, const char **b);
358 int (*compare) (const char **a, const char **b) TSRMLS_DC);
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_array.phpt19 array(array(1, 2), array('a', 'b')),
/PHP-5.5/ext/mbstring/tests/
H A Dmb_convert_encoding_variation1.phpt24 $sourcestring = b'hello, world';
/PHP-5.5/ext/ereg/regex/
H A DWHATSNEW5 the bug was that something like a?b matching ab matched b rather than ab.
/PHP-5.5/ext/ereg/tests/
H A Dereg_error_002.phpt21 var_dump(ereg("a[b", "hello"));
H A Dereg_replace_error_002.phpt14 var_dump(ereg_replace("a[b", "hello", "some string"));
H A Dspliti_error_002.phpt21 var_dump(spliti("a[b", "hello"));
H A Deregi_error_002.phpt21 var_dump(eregi("a[b", "hello"));
H A Deregi_replace_error_002.phpt14 var_dump(eregi_replace("a[b", "hello", "some string"));
H A Dsplit_error_002.phpt21 var_dump(split("a[b", "hello"));
/PHP-5.5/ext/standard/tests/strings/
H A Dsha1_file.phpt22 $content = b"Add this to the file\n";

Completed in 99 milliseconds

1...<<81828384858687888990>>...96