Home
last modified time | relevance | path

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

1...<<71727374757677787980>>...96

/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_cbc_variation2.phpt30 $data = b'string_val';
32 $iv = b'01234567';
42 return b"Class A object";
51 $heredoc = b<<<EOT
H A Dmcrypt_cbc_variation3.phpt30 $key = b'string_val';
32 $iv = b'01234567';
42 return b"Class A object";
51 $heredoc = b<<<EOT
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_get_result2.phpt160 [%u|b%"id"]=>
162 [%u|b%"label"]=>
167 [%u|b%"id"]=>
169 [%u|b%"label"]=>
/PHP-5.5/
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES69 interface b{
71 class a implements b {
147 $b = new Foo();
148 $a->assignNew($b);
H A DUPGRADING.INTERNALS7 b. Streams pooling API
15 b. Windows build system changes
56 b. Streams pooling API
134 b. Windows build system changes
/PHP-5.5/ext/json/tests/
H A Dpass001.1.phpt42 \"controls\": \"\\b\\f\\n\\r\\t\",
70 …\"\\/\\\\\\\"\\uCAFE\\uBABE\\uAB98\\uFCDE\\ubcda\\uef4A\\b\\f\\n\\r\\t`1~!@#$%^&*()_+-=[]{}|;:',./…
130 "controls": "\b\f\n\r\t",
158 "\/\\\"\uCAFE\uBABE\uAB98\uFCDE\ubcda\uef4A\b\f\n\r\t`1~!@#$%^&*()_+-=[]{}|;:',./<>?"
534b\f\n\r\t","slash":"\/ & \/","alpha":"abcdefghijklmnopqrstuvwyz","ALPHA":"ABCDEFGHIJKLMNOPQRSTUVWY…
536b\f\n\r\t","slash":"\/ & \/","alpha":"abcdefghijklmnopqrstuvwyz","ALPHA":"ABCDEFGHIJKLMNOPQRSTUVWY…
H A Dpass001.1_64bit.phpt42 \"controls\": \"\\b\\f\\n\\r\\t\",
70 …\"\\/\\\\\\\"\\uCAFE\\uBABE\\uAB98\\uFCDE\\ubcda\\uef4A\\b\\f\\n\\r\\t`1~!@#$%^&*()_+-=[]{}|;:',./…
130 "controls": "\b\f\n\r\t",
158 "\/\\\"\uCAFE\uBABE\uAB98\uFCDE\ubcda\uef4A\b\f\n\r\t`1~!@#$%^&*()_+-=[]{}|;:',./<>?"
534b\f\n\r\t","slash":"\/ & \/","alpha":"abcdefghijklmnopqrstuvwyz","ALPHA":"ABCDEFGHIJKLMNOPQRSTUVWY…
536b\f\n\r\t","slash":"\/ & \/","alpha":"abcdefghijklmnopqrstuvwyz","ALPHA":"ABCDEFGHIJKLMNOPQRSTUVWY…
/PHP-5.5/ext/standard/
H A Dimage.c207 char *b, *buf=NULL, *bufz=NULL; in php_handle_swc() local
209 b = ecalloc (1, len + 1); in php_handle_swc()
217 if (uncompress(b, &len, a, sizeof(a)) != Z_OK) { in php_handle_swc()
243 memcpy(b, buf, len); in php_handle_swc()
253 bits = php_swf_get_bits (b, 0, 5); in php_handle_swc()
254 result->width = (php_swf_get_bits (b, 5 + bits, bits) - in php_handle_swc()
255 php_swf_get_bits (b, 5, bits)) / 20; in php_handle_swc()
256 result->height = (php_swf_get_bits (b, 5 + (3 * bits), bits) - in php_handle_swc()
257 php_swf_get_bits (b, 5 + (2 * bits), bits)) / 20; in php_handle_swc()
262 efree (b); in php_handle_swc()
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_37445.phpt17 $stmt->bindParam(':a', 'b');
/PHP-5.5/ext/gd/libgd/
H A Dgdhelpers.h29 int overflow2(int a, int b);
/PHP-5.5/ext/zlib/tests/
H A Dgzreadgzwrite.phpt8 $original = str_repeat(b"hallo php",4096);
H A Dreadgzfile_basic.phpt9 $plaintxt = b<<<EOT
H A Dreadgzfile_basic2.phpt9 $plaintxt = b<<<EOT
/PHP-5.5/tests/lang/operators/
H A Dpreinc_variationStr.phpt45 string(4) "3.4b"
/PHP-5.5/ext/mbstring/tests/
H A Dmb_stristr_variation1.phpt28 $needle = b'string_val';
40 return b"Class A object";
49 $heredoc = b<<<EOT
H A Dmb_strrchr_variation1.phpt28 $needle = b'string_val';
40 return b"Class A object";
49 $heredoc = b<<<EOT
H A Dmb_strrchr_variation2.phpt28 $haystack = b'string_val';
40 return b"Class A object";
49 $heredoc = b<<<EOT
H A Dmb_strstr_variation1.phpt28 $needle = b'string_val';
40 return b"Class A object";
49 $heredoc = b<<<EOT
H A Dmb_strrichr_variation1.phpt28 $needle = b'string_val';
40 return b"Class A object";
49 $heredoc = b<<<EOT
H A Dmb_strrichr_variation2.phpt28 $haystack = b'string_val';
40 return b"Class A object";
49 $heredoc = b<<<EOT
/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation53.phpt23 $modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
24 "w+", "w+b", "w+t",
25 "a+", "a+b", "a+t"
H A Dfgets_variation6-win32.phpt19 $file_modes = array("w+", "w+b", "w+t",
20 "a+", "a+b", "a+t",
21 "x+", "x+b", "x+t");
101 -- Testing fgets() with file opened using mode w+b --
203 -- Testing fgets() with file opened using mode a+b --
305 -- Testing fgets() with file opened using mode x+b --
H A Dfgets_variation6.phpt19 $file_modes = array("w+", "w+b", "w+t",
20 "a+", "a+b", "a+t",
21 "x+", "x+b", "x+t");
101 -- Testing fgets() with file opened using mode w+b --
203 -- Testing fgets() with file opened using mode a+b --
305 -- Testing fgets() with file opened using mode x+b --
H A Dfseek_ftell_rewind_variation2-win32.phpt29 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
30 "x","xb","xt","x+","x+b","x+t");
135 -- File opened in mode w+b --
225 -- File opened in mode x+b --
317 -- File opened in mode w+b --
407 -- File opened in mode x+b --
H A Dfseek_ftell_rewind_variation2.phpt29 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
30 "x","xb","xt","x+","x+b","x+t");
135 -- File opened in mode w+b --
225 -- File opened in mode x+b --
317 -- File opened in mode w+b --
407 -- File opened in mode x+b --

Completed in 52 milliseconds

1...<<71727374757677787980>>...96