Home
last modified time | relevance | path

Searched refs:b (Results 2001 – 2025 of 2615) sorted by relevance

1...<<81828384858687888990>>...105

/php-src/ext/standard/tests/general_functions/
H A Dbug78569.phpt12 $cmd = sprintf('"findstr" "/b" "/c:// FIND ME" "%s" 2>&1', __FILE__);
/php-src/ext/ffi/tests/
H A D023.phpt17 var_dump(FFI::sizeof($ffi->new("struct {int a; int b}")));
/php-src/ext/opcache/tests/jit/
H A Dreg_alloc_009.phpt10 for(;; $a + $y[4][] = $y < $a + $a = $b = $a = + $y[] = 0.1) {
/php-src/ext/pdo_sqlite/tests/
H A Dgh13998.phpt14 $db->query('CREATE TABLE test (a int, b int)');
/php-src/tests/func/
H A D003.phpt11 function b($i)
28 b("blah");
30 b("blah","blah");
/php-src/ext/mbstring/tests/
H A Dmb_convert_case_various_mode.phpt27 var_dump(mb_convert_case("aΣb", MB_CASE_TITLE, 'UTF-8'));
28 var_dump(mb_convert_case("aΣ b", MB_CASE_TITLE, 'UTF-8'));
72 string(4) "Aσb"
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_case.phpt125 string(1) "b"
127 string(1) "b"
165 string(1) "b"
167 string(1) "b"
/php-src/ext/dom/tests/
H A DDOMDocument_adoptNode.phpt9 $doc1->loadXML("<p><b>hi<i attrib=\"1\">x</i></b>world</p>");
131 <div><b>hi<i attrib="1">x</i></b></div>
/php-src/ext/standard/tests/array/
H A Darray_pad_variation6.phpt51 … array("a\v\f", "aaaa\r", "b\tbbb", "\[\]\!\@\#\$\%\^\&\*\(\)\{\}"), // with double quoted strings
52 … array('a\v\f', 'aaaa\r', 'b\tbbb', '\[\]\!\@\#\$\%\^\&\*\(\)\{\}'), // with single quoted strings
243 string(5) "b bbb"
262 string(5) "b bbb"
273 string(6) "b\tbbb"
291 string(6) "b\tbbb"
/php-src/ext/standard/tests/file/
H A Dfgets_variation5.phpt8 $file_modes = array("w+", "w+b", "w+t",
9 "a+", "a+b", "a+t",
10 "x+", "x+b", "x+t");
82 -- Testing fgets() with file opened using mode w+b --
163 -- Testing fgets() with file opened using mode a+b --
244 -- Testing fgets() with file opened using mode x+b --
H A Dfseek_ftell_rewind_variation3.phpt15 $file_modes = array( "r","rb","rt","r+","r+b","r+t",
16 "a","ab","at","a+","a+b","a+t");
126 -- File opened in mode r+b --
228 -- File opened in mode a+b --
332 -- File opened in mode r+b --
434 -- File opened in mode a+b --
H A Dfseek_ftell_rewind_variation4-win32.phpt18 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
19 "x","xb","xt","x+","x+b","x+t");
131 -- File opened in mode w+b --
233 -- File opened in mode x+b --
337 -- File opened in mode w+b --
439 -- File opened in mode x+b --
H A Dfseek_ftell_rewind_variation4.phpt18 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
19 "x","xb","xt","x+","x+b","x+t");
131 -- File opened in mode w+b --
233 -- File opened in mode x+b --
337 -- File opened in mode w+b --
439 -- File opened in mode x+b --
H A Dfseek_ftell_rewind_variation5.phpt14 $file_modes = array( "r","rb","rt","r+","r+b","r+t",
15 "a","ab","at","a+","a+b","a+t");
123 -- File opened in mode r+b --
225 -- File opened in mode a+b --
328 -- File opened in mode r+b --
430 -- File opened in mode a+b --
H A Dfseek_ftell_rewind_variation6-win32.phpt19 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
20 "x","xb","xt","x+","x+b","x+t");
131 -- File opened in mode w+b --
233 -- File opened in mode x+b --
337 -- File opened in mode w+b --
439 -- File opened in mode x+b --
H A Dfseek_ftell_rewind_variation6.phpt19 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
20 "x","xb","xt","x+","x+b","x+t");
131 -- File opened in mode w+b --
233 -- File opened in mode x+b --
337 -- File opened in mode w+b --
439 -- File opened in mode x+b --
H A Dfseek_ftell_rewind_variation7.phpt15 $file_modes = array( "r","rb","rt","r+","r+b","r+t",
16 "a","ab","at","a+","a+b","a+t");
125 -- File opened in mode r+b --
227 -- File opened in mode a+b --
331 -- File opened in mode r+b --
433 -- File opened in mode a+b --
H A Dfseek_ftell_rewind_variation8-win32.phpt19 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
20 "x","xb","xt","x+","x+b","x+t");
132 -- File opened in mode w+b --
234 -- File opened in mode x+b --
338 -- File opened in mode w+b --
440 -- File opened in mode x+b --
H A Dfseek_ftell_rewind_variation8.phpt19 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
20 "x","xb","xt","x+","x+b","x+t");
132 -- File opened in mode w+b --
234 -- File opened in mode x+b --
338 -- File opened in mode w+b --
440 -- File opened in mode x+b --
H A Dfwrite_basic-win32-mb.phpt16 test fwrite with file opened in mode : w,wb,wt,w+,w+b,w+t
19 $file_modes = array( "w", "wb", "wt", "w+", "w+b", "w+t");
130 -- File opened in mode : w+b --
216 -- File opened in mode : w+b --
302 -- File opened in mode : w+b --
388 -- File opened in mode : w+b --
H A Dfwrite_basic-win32.phpt16 test fwrite with file opened in mode : w,wb,wt,w+,w+b,w+t
19 $file_modes = array( "w", "wb", "wt", "w+", "w+b", "w+t");
130 -- File opened in mode : w+b --
216 -- File opened in mode : w+b --
302 -- File opened in mode : w+b --
388 -- File opened in mode : w+b --
H A Dfwrite_basic.phpt16 test fwrite with file opened in mode : w,wb,wt,w+,w+b,w+t
19 $file_modes = array( "w", "wb", "wt", "w+", "w+b", "w+t");
130 -- File opened in mode : w+b --
216 -- File opened in mode : w+b --
302 -- File opened in mode : w+b --
388 -- File opened in mode : w+b --
H A Dftruncate_variation6-win32.phpt19 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
20 "w", "wb", "wt", "w+", "w+b", "w+t",
21 "x", "xb", "xt", "x+", "x+b", "x+t",
22 "a", "ab", "at", "a+", "a+b", "a+t");
105 -- Testing ftruncate() with file opening using r+b mode --
153 -- Testing ftruncate() with file opening using w+b mode --
201 -- Testing ftruncate() with file opening using x+b mode --
249 -- Testing ftruncate() with file opening using a+b mode --
297 -- Testing ftruncate() with file opening using r+b mode --
351 -- Testing ftruncate() with file opening using w+b mode --
[all …]
H A Dftruncate_variation6.phpt19 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
20 "w", "wb", "wt", "w+", "w+b", "w+t",
21 "x", "xb", "xt", "x+", "x+b", "x+t",
22 "a", "ab", "at", "a+", "a+b", "a+t");
105 -- Testing ftruncate() with file opening using r+b mode --
153 -- Testing ftruncate() with file opening using w+b mode --
201 -- Testing ftruncate() with file opening using x+b mode --
249 -- Testing ftruncate() with file opening using a+b mode --
297 -- Testing ftruncate() with file opening using r+b mode --
351 -- Testing ftruncate() with file opening using w+b mode --
[all …]
/php-src/ext/hash/
H A Dhash_haval.c245 #define PHP_HASH_HAVAL_INIT(p,b) \ argument
246 const php_hash_ops php_hash_##p##haval##b##_ops = { \
247 "haval" #b "," #p, \
248 (php_hash_init_func_t) PHP_##p##HAVAL##b##Init, \
250 (php_hash_final_func_t) PHP_HAVAL##b##Final, \
255 ((b) / 8), 128, sizeof(PHP_HAVAL_CTX), 1 }; \
256 PHP_HASH_API void PHP_##p##HAVAL##b##Init(PHP_HAVAL_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *…
259 context->passes = p; context->output = b; \

Completed in 36 milliseconds

1...<<81828384858687888990>>...105