Home
last modified time | relevance | path

Searched refs:b (Results 301 – 325 of 2383) sorted by relevance

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

/PHP-5.5/ext/filter/tests/
H A Dbug69202.phpt7 var_dump(filter_var("``a`b`c``", FILTER_SANITIZE_STRING, FILTER_FLAG_STRIP_BACKTICK));
8 var_dump(filter_var("``a`b`c``", FILTER_SANITIZE_STRING, FILTER_FLAG_STRIP_LOW | FILTER_FLAG_STRIP_…
9 var_dump(filter_var("``a`b`c``", FILTER_SANITIZE_STRING, FILTER_FLAG_STRIP_HIGH | FILTER_FLAG_STRIP…
10 var_dump(filter_var("``a`b`c``", FILTER_SANITIZE_STRING, FILTER_FLAG_STRIP_LOW | FILTER_FLAG_STRIP_…
16 string(9) "``a`b`c``"
H A D033.phpt17 validate_url http://a.b.c …
21 string PHP 1 foo@bar.com http://a.b.c 1.2.3.4 123 123abc() O…
22 stripped PHP 1 foo@bar.com http://a.b.c 1.2.3.4 123 123abc() O…
23 encoded PHP 1 foo%40bar.com http%3A%2F%2Fa.b.c 1.2.3.4 123 123abc%3C%3E%28%29 O…
24 special_chars PHP 1 foo@bar.com http://a.b.c 1.2.3.4 123 123abc&#60;&#62;() O…
25 full_special_chars PHP 1 foo@bar.com http://a.b.c 1.2.3.4 123 123abc&lt;&gt;() O…
26 unsafe_raw PHP 1 foo@bar.com http://a.b.c 1.2.3.4 123 123abc<>() O…
27 email PHP 1 foo@bar.com httpa.b.c 1.2.3.4 123 123abc O…
28 url PHP 1 foo@bar.com http://a.b.c 1.2.3.4 123 123abc<>() O…
31 magic_quotes PHP 1 foo@bar.com http://a.b.c 1.2.3.4 123 123abc<>() O…
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput2185 /(?<=aaa|b{0,3})b/
569 /a(?(1)b..|b..)(.)/I
751 /^(aa(b(b))?)+$/I
754 /^(?:aa(b(b))?)+$/I
757 /^(?:aa(b(?:b))?)+$/I
766 /^(?:aa(?:b(b))?)+$/I
2534 /(?(?=.*b)b|^)/CI
2538 /(?(?=b).*b|^d)/I
2868 /(a|b\1)(a|b\1)/SI
3407 /\btype\b\W*?\btext\b\W*?\bjavascript\b/IS
[all …]
H A Dtestinput47 /a.b/8
10 a\x{100}b
14 /a(.{3})b/8
26 a\x{100}b
32 a\x{100}b
52 /a(.{3})b/8
60 /a(.{3,})b/8
291 a.b.c
297 a.b.c
308 a.b.c
[all …]
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic146 >>6 byte x \b.%d
147 >>8 byte x \b.%d)
191 >>11 byte x \b%c
192 >>12 byte x \b%c
193 >>13 byte x \b%c)
1444 >>7 byte x \b%c
1466 >0 byte <5 \b
1847 >>>>>(10.b-4) string x \b.%.3s
2034 >3 byte x \b.%i
4842 #>>>>>>>>>>>>(26.b+548) string x \b, 2nd tag "%.11s"
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dbug51059.phpt5 $res = crypt(b'a', b'_');
6 if ($res === b'*0' || $res === b'*1') echo 'OK';
H A Dstrnatcasecmp_variation1.phpt22 class b
31 $b = new b();
33 function str_dump($a, $b) {
34 var_dump(strnatcasecmp($a, $b));
44 str_dump($a, $b);
H A Dvprintf_basic4.phpt14 $format1 = "%b";
15 $format2 = "%b %b";
16 $format3 = "%b %b %b";
/PHP-5.5/ext/json/tests/
H A Djson_encode_unescaped_slashes.phpt7 var_dump(json_encode('a/b'));
8 var_dump(json_encode('a/b', JSON_UNESCAPED_SLASHES));
11 string(6) ""a\/b""
12 string(5) ""a/b""
/PHP-5.5/ext/phar/tests/
H A D019.phpt12 $file = b"<?php
18 $files['b/a'] = 'b';
19 $files['b/c/d'] = 'c';
25 $dir = opendir('phar://hio/b');
30 var_dump(is_dir('phar://hio/b/' . $a));
/PHP-5.5/tests/classes/
H A Dclone_004.phpt13 public $b = 'test';
26 $o1->b = array(3,4);
35 $o2->b = 6;
43 ["b"]=>
60 ["b"]=>
77 ["b"]=>
/PHP-5.5/Zend/tests/
H A Dinter_04.phpt7 function b();
10 interface b {
11 function b();
14 interface c extends a, b {
H A Ddebug_print_backtrace_limit.phpt6 b();
9 function b() {
25 #1 b() called at [%sdebug_print_backtrace_limit.php:3]
27 #1 b() called at [%sdebug_print_backtrace_limit.php:3]
30 #1 b() called at [%sdebug_print_backtrace_limit.php:3]
H A Dmagic_methods_008.phpt6 abstract class b {
7 abstract function __set($a, $b);
10 class a extends b {
11 private function __set($a, $b) {
19 Fatal error: Access level to a::__set() must be public (as in class b) in %s on line %d
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_assoc.phpt50 'b' AS '1000000',
77 [%u|b%"id"]=>
79 [%u|b%"label"]=>
86 [%u|b%"a"]=>
88 [%u|b%"c"]=>
90 [%u|b%"C"]=>
92 [%u|b%"d"]=>
94 [%u|b%"e"]=>
109 %unicode|string%(1) "b"
112 [%u|b%"01"]=>
[all …]
/PHP-5.5/ext/spl/tests/
H A Dobserver_008.phpt15 $b = new SplObjectSTorage();
16 $b->attach($o2);
17 $b->attach($o3);
19 $a->addAll($b);
26 $a->removeAll($b);
/PHP-5.5/ext/standard/tests/array/
H A Darray_diff_uassoc_basic.phpt9 function key_compare_func($a, $b) {
10 if ($a === $b) {
13 return ($a > $b) ? 1 : -1;
15 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red");
22 ["b"]=>
H A Darray_map_variation9.phpt20 function callback2($a, $b)
22 return array($a => $b);
26 $arr1 = array(b"hello", b"world", "1", b"22.22");
32 var_dump( array_map(b"callback2", $arr1) );
53 Notice: Undefined variable: b in %s on line %d%d
57 Notice: Undefined variable: b in %s on line %d%d
61 Notice: Undefined variable: b in %s on line %d%d
65 Notice: Undefined variable: b in %s on line %d%d
/PHP-5.5/ext/mbstring/tests/
H A Dmb_stripos.phpt37 $r = mb_stripos($euc_jp,b'���ܸ�', -15, 'EUC-JP');
45 $r = mb_stripos($euc_jp,b'���ܸ�', -50, 'EUC-JP');
70 $r = mb_stripos($euc_jp, b'�ڹ��', 0, 'EUC-JP');
80 print mb_stripos($euc_jp,b'���ܸ�', 0) . "\n";
81 print mb_stripos($euc_jp, b'0', 0) . "\n";
85 $r = mb_stripos($euc_jp,b'�ڹ��', 0);
87 $r = mb_stripos($euc_jp,b"\n", 0);
94 print mb_stripos($euc_jp,b'���ܸ�') . "\n";
95 print mb_stripos($euc_jp, b'0') . "\n";
99 $r = mb_stripos($euc_jp,b'�ڹ��');
[all …]
/PHP-5.5/ext/standard/tests/serialize/
H A D001.phpt18 public $b;
24 $this->b = "php";
71 $a[ "b" ] = &$a[ "a" ];
80 b:1;
81 b:0;
93 …1;d:1.100000000000000088817841970012523233890533447265625;i:2;s:5:"hallo";i:3;N;i:4;b:1;i:5;a:0:{}}
105 ["b"]=>
113 ["b"]=>
116 a:2:{s:1:"a";s:4:"test";s:1:"b";R:2;}
120 ["b"]=>
/PHP-5.5/ext/phar/tests/zip/
H A Dphar_oo_compressallbz2.phpt17 $phar['b'] = 'b';
22 var_dump(file_get_contents($pname . '/b'));
23 var_dump($phar['b']->isCompressed());
31 var_dump(file_get_contents($pname . '/b'));
32 var_dump($phar['b']->isCompressed(Phar::GZ));
33 var_dump($phar['b']->isCompressed(Phar::BZ2));
36 var_dump($phar['b']->isCompressed(Phar::BZ2));
54 string(1) "b"
61 string(1) "b"
H A Dopen_for_write_existing_b.phpt23 $files['b.php'] = '<?php echo "This is b\n"; ?>';
24 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
39 $fp = fopen($alias . '/b/c.php', 'wb');
40 fwrite($fp, b'extra');
42 include $alias . '/b/c.php';
49 Warning: fopen(phar://%sopen_for_write_existing_b.phar.zip/b/c.php): failed to open stream: phar er…
54 This is b/c
/PHP-5.5/ext/pcre/tests/
H A D004.phpt6 …[\s*\w*\s*\])?\s*(?:=[^,;]+)?)*)\s*;/S', 'unsigned int xpto = 124; short a, b;', $m, PREG_SET_ORDE…
9 var_dump(preg_match_all('/(?:\([^)]+\))?(&?)([\w>.()-]+(?:\[\w+\])?)\s*,?((?:\)*\s*=)?)/S', '&a, b,…
12 …+),\s*"([^"]*)"\s*,\s*([^{;]*)/S', 'zend_parse_parameters( 0, "addd|s/", a, b, &c);', $m, PREG_SET…
42 string(11) "short a, b;"
54 string(3) ", b"
73 string(2) "b,"
77 string(1) "b"
100 string(46) "zend_parse_parameters( 0, "addd|s/", a, b, &c)"
114 string(9) "a, b, &c)"
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_encrypt_3des_ecb.phpt21 $data = b'This is the secret message which must be encrypted';
25 b'12345678',
26 b'12345678901234567890',
27 b'123456789012345678901234',
28 b'12345678901234567890123456'
37 $key = b'12345678';
39 b'1234',
40 b'12345678',
41 b'123456789'
/PHP-5.5/ext/phar/tests/tar/
H A Dopen_for_write_existing_b.phpt23 $files['b.php'] = '<?php echo "This is b\n"; ?>';
24 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
39 $fp = fopen($alias . '/b/c.php', 'wb');
40 fwrite($fp, b'extra');
43 include $alias . '/b/c.php';
52 Warning: fopen(phar://%sopen_for_write_existing_b.phar.tar/b/c.php): failed to open stream: phar er…
57 This is b/c

Completed in 141 milliseconds

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