Home
last modified time | relevance | path

Searched refs:b (Results 376 – 400 of 2383) sorted by relevance

1...<<11121314151617181920>>...96

/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_replace-compat-05.phpt12 $b=mb_ereg_replace("abcd","",$a);
13 echo "strlen(\$b)=".strlen($b);
16 strlen($b)=0
H A Dmb_ereg.phpt20 …at, $str, $reg ), ( is_array( $reg )? bin2hex(mb_convert_encoding( implode( b' ', $reg ), $in_enc,…
23 test_ereg( $enc, b'abc ([a-z]+) ([a-z]+) ([a-z]+)$', b"abc def ghi jkl" );
24 $pat = b'([��-��]+) ([ ��-��]+)([��-��]+) ([��-��]+)$';
25 test_ereg( $enc, $pat, b'���� ������ ������ ����' );
26 test_ereg( $enc, $pat, b'�������� ������ ���� ���' );
H A Dmb_ereg_variation6.phpt27 $regex_char = array ('\w+' => b'\w+',
28 '\W+' => b'\W+',
29 '\s+' => b'\s+',
30 '\S+' => b'\S+',
31 '\d+' => b'\d+',
32 '\D+' => b'\D+',
33 '\b' => b'\b',
34 '\B' => b'\B');
36 $string_ascii = b'This is an English string. 0123456789.';
165 --** Pattern is: \b **--
/PHP-5.5/tests/classes/
H A D__call_003.phpt15 $b = array('original');
16 $hack =& $b[0];
20 $c->f($b);
22 var_dump($a, $b);
H A Dinheritance_006.phpt20 [%u|b%"c":%u|b%"B":private]=>
22 [%u|b%"c":%u|b%"A":private]=>
/PHP-5.5/ext/standard/tests/file/
H A D007_variation20.phpt2 Test fopen and fclose() functions - usage variations - "w+b" mode
17 /* Test fopen() and fclose(): Opening the file in "w+b" mode,
20 checking for the file truncation when trying to open an existing file in "w+b" mode,
30 echo "*** Test fopen() & fclose() functions: with 'w+b' mode ***\n";
31 $file_handle = fopen($file, "w+b"); //opening the file "w+b" mode
43 …e) ); //Check for size of existing data file before opening the file in "w+b" mode again, expecte…
45 fclose( fopen($file, "w+b") ); //Opening the existing data file again in "w+b" mode
46 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "w+b
50 fclose( fopen($file, "w+b") ); //Opening the non-existing file in "w+b" mode, which will be created
58 *** Test fopen() & fclose() functions: with 'w+b' mode ***
/PHP-5.5/ext/phar/tests/
H A Dphar_oo_010.phpt18 var_dump(isset($phar['b.php']));
19 var_dump(isset($phar['b/c.php']));
20 var_dump(isset($phar['b/d.php']));
26 var_dump(isset($phar['b']));
31 var_dump(isset($phar['b/c']));
33 var_dump(isset($phar['b']));
/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_basic4.phpt14 $format1 = "%b";
15 $format2 = "%b %b";
16 $format3 = "%b %b %b";
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_015.phpt49 <b>Fatal error</b>: Call to undefined function non_exists_function() in <b>%ssyntax_error.php</b> …
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_line_nb.phpt23 $eol = b'<EOL>';
25 fwrite($sockets[0], b"line start");
28 fwrite($sockets[0], b", line end");
29 fwrite($sockets[0], b", $eol");
34 fwrite($sockets[0], b"incomplete line");
35 var_dump(stream_get_line($sockets[1], strlen(b"incomplete line"), $eol)); // EOL not found but $len…
37 fwrite($sockets[0], b"incomplete line");
39 var_dump(fread($sockets[1], strlen(b"incomplete line"))); // Returns buffer readden by stream_get_l…
41 fwrite($sockets[0], b"end of file");
/PHP-5.5/tests/lang/
H A DreturnByReference.007.phpt26 unset($a, $b);
28 $b = &C::returnFunctionCallByRef('returnConstantByValue');
30 var_dump($a, $b);
33 unset($a, $b);
35 $b = &C::returnFunctionCallByRef('returnConstantByRef');
37 var_dump($a, $b);
40 unset($a, $b);
42 $b = &C::returnFunctionCallByRef('returnVariableByRef');
44 var_dump($a, $b);
H A DreturnByReference.008.phpt27 unset($a, $b);
29 $b = &$c->returnFunctionCallByRef('returnConstantByValue');
31 var_dump($a, $b);
34 unset($a, $b);
36 $b = &$c->returnFunctionCallByRef('returnConstantByRef');
38 var_dump($a, $b);
41 unset($a, $b);
43 $b = &$c->returnFunctionCallByRef('returnVariableByRef');
45 var_dump($a, $b);
H A DforeachLoop.011.phpt7 $b=&$a;
10 $b=1;
16 $a->b=2;
17 $b=&$a;
20 $b='x';
/PHP-5.5/ext/mssql/
H A Dphp_mssql.h65 #define DBERRHANDLE(a, b) dberrhandle(b) argument
66 #define DBMSGHANDLE(a, b) dbmsghandle(b) argument
67 #define DBSETOPT(a, b, c) dbsetopt(a, b, c, -1) argument
77 #define DBERRHANDLE(a, b) dbprocerrhandle(a, b) argument
78 #define DBMSGHANDLE(a, b) dbprocmsghandle(a, b) argument
81 #define DBSETOPT(a, b, c) dbsetopt(a, b, c) argument
/PHP-5.5/ext/mysql/tests/
H A Dmysql_fetch_assoc.phpt69 [%u|b%"id"]=>
71 [%u|b%"label"]=>
78 [%u|b%"a"]=>
80 [%u|b%"c"]=>
82 [%u|b%"C"]=>
84 [%u|b%"d"]=>
86 [%u|b%"e"]=>
95 [%u|b%"id"]=>
97 [%u|b%"label"]=>
99 [%u|b%"_id"]=>
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Dbug36975.phpt14 $b = array(1 => 'foo', 0 => 'baz');
15 array_pop($b);
16 $b[] = 'bar';
17 array_push($b, 'bar');
18 print_r($b);
H A Dbug22088.phpt6 $a = array('a', 'b', 'c');
11 $a = array('a' => 1, 'b' => 2, 'c' => 3);
20 string(1) "b"
27 ["b"]=>
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput8281 0: b
349 0: b
355 4: b
367 0: b
374 4: b
1204 0: b
2678 /^a b
2777 0: b
4683 /$b/
5686 /(?:c|d)(?:)(?:a(?:)(?:b)(?:b(?:))(?:b(?:)(?:b)))/
[all …]
/PHP-5.5/tests/basic/
H A D003.phpt6 b=Hello+Again+World&c=Hi+Mom
10 echo "post-a=({$_POST['a']}) get-b=({$_GET['b']}) get-c=({$_GET['c']})"?>
12 post-a=(Hello World) get-b=(Hello Again World) get-c=(Hi Mom)
/PHP-5.5/ext/standard/tests/network/
H A Dinet.phpt19 var_dump(inet_ntop(b""));
20 var_dump(inet_ntop(b"blah-blah"));
23 var_dump(inet_pton(b""));
25 var_dump(inet_pton(b"abra"));
28 b"127.0.0.1",
29 b"66.163.161.116",
30 b"255.255.255.255",
31 b"0.0.0.0",
/PHP-5.5/ext/phar/tests/tar/
H A Dopen_for_write_existing_b_5_2.phpt21 $files['b.php'] = '<?php echo "This is b\n"; ?>';
22 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
37 $fp = fopen($alias . '/b/c.php', 'wb');
41 include $alias . '/b/c.php';
50 Warning: fopen(phar://%sopen_for_write_existing_b_5_2.phar.tar/b/c.php): failed to open stream: pha…
55 This is b/c
/PHP-5.5/ext/phar/tests/zip/
H A Dopen_for_write_existing_b_5_2.phpt21 $files['b.php'] = '<?php echo "This is b\n"; ?>';
22 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
37 $fp = fopen($alias . '/b/c.php', 'wb');
40 include $alias . '/b/c.php';
47 Warning: fopen(phar://%sopen_for_write_existing_b_5_2.phar.zip/b/c.php): failed to open stream: pha…
52 This is b/c
/PHP-5.5/ext/gd/libgd/
H A Dgd_security.c20 int overflow2(int a, int b) in overflow2() argument
22 if(a <= 0 || b <= 0) { in overflow2()
26 if(a > INT_MAX / b) { in overflow2()
/PHP-5.5/ext/mysqli/tests/
H A D057.phpt80 [%u|b%"affected_rows"]=>
82 [%u|b%"insert_id"]=>
84 [%u|b%"num_rows"]=>
86 [%u|b%"param_count"]=>
88 [%u|b%"field_count"]=>
90 [%u|b%"errno"]=>
92 [%u|b%"error"]=>
94 [%u|b%"error_list"]=>
97 [%u|b%"sqlstate"]=>
99 [%u|b%"id"]=>
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_fputcsv_variation1.phpt77 -- file opened in r+b --
98 -- file opened in a+b --
119 -- file opened in w+b --
140 -- file opened in x+b --
161 -- file opened in r+b --
182 -- file opened in a+b --
203 -- file opened in w+b --
224 -- file opened in x+b --
245 -- file opened in r+b --
266 -- file opened in a+b --
[all …]

Completed in 61 milliseconds

1...<<11121314151617181920>>...96