Home
last modified time | relevance | path

Searched refs:b (Results 126 – 150 of 2383) sorted by relevance

12345678910>>...96

/PHP-5.5/ext/mbstring/tests/
H A Dmb_split_variation1.phpt19 $string = 'a b c d e f g';
107 string(13) "a b c d e f g"
113 string(13) "a b c d e f g"
119 string(13) "a b c d e f g"
125 string(13) "a b c d e f g"
131 string(13) "a b c d e f g"
137 string(13) "a b c d e f g"
143 string(13) "a b c d e f g"
149 string(13) "a b c d e f g"
155 string(13) "a b c d e f g"
[all …]
H A Dmb_ereg2.phpt8 $a = -1; $b = -1; $c = -1;
9 mbereg($a, $b, $c);
10 var_dump($a, $b, $c);
12 mberegi($a, $b, $c);
13 var_dump($a, $b, $c);
15 mbereg_search_init($a, $b, $c);
16 var_dump($a, $b, $c);
/PHP-5.5/Zend/tests/
H A Dbug39127.phpt7 class b extends a {}
9 $b = new b;
10 var_dump(is_callable(array($b,"a")));
11 var_dump(is_callable(array($b,"b")));
12 var_dump(is_callable(array($b,"__construct")));
H A Dclone_002.phpt6 $a = clone clone $b = new stdClass;
7 var_dump($a == $b);
10 $c = clone clone clone $b = new stdClass;
11 var_dump($a == $b, $b == $c);
15 $d = clone $a = $b = new foo;
16 var_dump($a == $d, $b == $d, $c == $a);
H A Dlist_005.phpt8 list($a, $b, $c) = $a;
10 var_dump($a, $b, $c);
16 list($a, $b, $c) = $a;
18 var_dump($a, $b, $c);
24 list($a, $b, $c) = $a;
26 var_dump($a, $b, $c);
32 list($a, $b, $c) = $a;
34 var_dump($a, $b, $c);
H A Dbug35163_2.phpt6 $b = 'a';
7 ${$b}[] =& $$b;
8 ${$b}[] =& $$b;
9 ${$b}[0] = 2;
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_object_vars_basic_001.phpt14 public static function test($b) {
16 var_dump(get_object_vars($b));
28 var_dump(get_object_vars($b));
37 var_dump(get_object_vars($b));
44 var_dump(get_object_vars($b));
49 $b = new B;
51 var_dump(get_object_vars($b));
53 B::test($b);
55 C::test($b);
57 A::test($b);
[all …]
/PHP-5.5/ext/phar/tests/files/
H A Dfrontcontroller12.phar9 var_dump($_SERVER[b"SCRIPT_NAME"]);
10 var_dump($_SERVER[b"SCRIPT_FILENAME"]);
11 var_dump($_SERVER[b"REQUEST_URI"]);
12 var_dump($_SERVER[b"PHAR_PHP_SELF"]);
13 var_dump($_SERVER[b"PHAR_SCRIPT_NAME"]);
14 var_dump($_SERVER[b"PHAR_SCRIPT_FILENAME"]);
15 var_dump($_SERVER[b"PHAR_REQUEST_URI"]);
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dfrontcontroller12.phar9 var_dump($_SERVER[b"SCRIPT_NAME"]);
10 var_dump($_SERVER[b"SCRIPT_FILENAME"]);
11 var_dump($_SERVER[b"REQUEST_URI"]);
12 var_dump($_SERVER[b"PHAR_PHP_SELF"]);
13 var_dump($_SERVER[b"PHAR_SCRIPT_NAME"]);
14 var_dump($_SERVER[b"PHAR_SCRIPT_FILENAME"]);
15 var_dump($_SERVER[b"PHAR_REQUEST_URI"]);
/PHP-5.5/Zend/tests/bug67436/
H A Dbug67436_nohandler.phpt11 if (in_array($classname, array('a','b','c'))) {
18 $b = new b();
19 $b->test();
22 Strict Standards: Declaration of b::test() should be compatible with a::test($arg = c::TESTCONSTANT…
23 b::test()
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_case.phpt97 [%u|b%"id"]=>
105 [%u|b%"label"]=>
112 [%u|b%"id"]=>
120 [%u|b%"label"]=>
129 [%u|b%"id"]=>
137 [%u|b%"label"]=>
141 [%u|b%"mixed"]=>
152 [%u|b%"id"]=>
177 [%u|b%"ID"]=>
202 [%u|b%"id"]=>
[all …]
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_kill.phpt98 [%u|b%"errno"]=>
100 [%u|b%"error"]=>
106 [%u|b%"errno"]=>
110 [%u|b%"error"]=>
116 [%u|b%"host_info"]=>
118 [%u|b%"info"]=>
120 [%u|b%"insert_id"]=>
126 [%u|b%"stat"]=>
128 [%u|b%"sqlstate"]=>
132 [%u|b%"thread_id"]=>
[all …]
/PHP-5.5/ext/hash/
H A Dhash_tiger.c39 bb = b; \
52 b *= mul;
84 b -= bb; \
89 pass(a,b,c,5) \
91 pass(c,a,b,7) \
93 pass(b,c,a,9) \
96 pass(a,b,c,9) \
97 tmpa=a; a=c; c=b; b=tmpa; \
126 b = state[1]; \
134 state[1] = b; \
[all …]
/PHP-5.5/tests/basic/
H A D018.phpt4 a[][]=1&a[][]=3&b[a][b][c]=1&b[a][b][d]=1
8 var_dump($_POST['b']);
26 ["b"]=>
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug69646.phpt12 $b = 'b -c d\\';
14 var_dump( $b, escapeshellarg($b) );
27 $cmd = PHP_BINARY . " " . $script . " " . escapeshellarg($a) . " " . escapeshellarg($b);
36 string(7) "b -c d\"
37 string(10) ""b -c d\\""
45 string(7) "b -c d\"
H A Dparse_ini_string_002.phpt96 [%u|b%"test"]=>
108 [%u|b%"test"]=>
113 [%u|b%"test"]=>
117 [%u|b%"section"]=>
119 [%u|b%"test"]=>
124 [%u|b%"test"]=>
150 [%u|b%"test"]=>
156 [%u|b%"name"]=>
161 [%u|b%"foo"]=>
163 [%u|b%"_foo"]=>
[all …]
/PHP-5.5/ext/simplexml/tests/
H A Dbug66084_1.phpt8 echo json_encode(simplexml_load_string('<a><b/><c><x/></c></a>')), "\n";
9 echo json_encode(simplexml_load_string('<a><b/><d/><c><x/></c></a>')), "\n";
10 echo json_encode(simplexml_load_string('<a><b/><c><d/><x/></c></a>')), "\n";
11 echo json_encode(simplexml_load_string('<a><b/><c><d><x/></d></c></a>')), "\n";
14 {"b":{},"c":{"x":{}}}
15 {"b":{},"d":{},"c":{"x":{}}}
16 {"b":{},"c":{"d":{},"x":{}}}
17 {"b":{},"c":{"d":{"x":{}}}}
/PHP-5.5/ext/phar/tests/
H A Dopen_for_write_newfile.phpt16 $files['b.php'] = '<?php echo "This is b\n"; ?>';
17 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
20 $fp = fopen($pname . '/b/new.php', 'wb');
21 fwrite($fp, b'extra');
23 include $pname . '/b/c.php';
24 include $pname . '/b/new.php';
31 This is b/c
H A D030.phpt14 $files['a.php'] = '<?php echo "This is a\n"; include \''.$pname.'/b.php\'; ?>';
15 $files['b.php'] = '<?php echo "This is b\n"; include \''.$pname.'/b/c.php\'; ?>';
16 $files['b/c.php'] = '<?php echo "This is b/c\n"; include \''.$pname.'/b/d.php\'; ?>';
17 $files['b/d.php'] = '<?php echo "This is b/d\n"; include \''.$pname.'/e.php\'; ?>';
42 This is b
43 This is b/c
44 This is b/d
/PHP-5.5/ext/standard/tests/array/
H A Dbug45312.phpt10 static function comp_func_cr($a, $b) {
11 if ($a->priv_member === $b->priv_member) return 0;
12 return ($a->priv_member > $b->priv_member) ? 1 : -1;
14 static function comp_func_cr2($a, $b) {
16 if ($a->priv_member === $b->priv_member) return 0;
17 return ($a->priv_member < $b->priv_member) ? 1 : -1;
24 $b = array("0.2" => new cr(9), "0.5" => new cr(22), 0 => new cr(3), 1 => new cr(4), 2 => new cr(-15…
25 $result = array_udiff_assoc($a, $b, array("cr", "comp_func_cr"));
29 $result = array_udiff_assoc($a, $b, array("cr", "comp_func_cr2"));
/PHP-5.5/ext/session/tests/
H A Drfc1867_cleanup.phpt57 [%u|b%"file1"]=>
59 [%u|b%"name"]=>
61 [%u|b%"type"]=>
63 [%u|b%"tmp_name"]=>
65 [%u|b%"error"]=>
67 [%u|b%"size"]=>
70 [%u|b%"file2"]=>
72 [%u|b%"name"]=>
74 [%u|b%"type"]=>
78 [%u|b%"error"]=>
[all …]
H A Drfc1867_sid_only_cookie_2.phpt53 [%u|b%"file1"]=>
55 [%u|b%"name"]=>
57 [%u|b%"type"]=>
59 [%u|b%"tmp_name"]=>
61 [%u|b%"error"]=>
63 [%u|b%"size"]=>
66 [%u|b%"file2"]=>
68 [%u|b%"name"]=>
70 [%u|b%"type"]=>
74 [%u|b%"error"]=>
[all …]
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_log.c102 char *s, *b; in fpm_log_write() local
146 b = buffer; in fpm_log_write()
173 *b = '%'; in fpm_log_write()
237 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", env ? env : "-"); in fpm_log_write()
264 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%zu", proc.memory); in fpm_log_write()
334 *b = '-'; in fpm_log_write()
397 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", tmp); in fpm_log_write()
404 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", proc.auth_user); in fpm_log_write()
448 b += len2; in fpm_log_write()
461 *b = *s; in fpm_log_write()
[all …]
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getProperty_003.phpt100 [%u|b%"name"]=>
102 [%u|b%"class"]=>
108 [%u|b%"name"]=>
110 [%u|b%"class"]=>
118 [%u|b%"name"]=>
126 [%u|b%"name"]=>
136 [%u|b%"name"]=>
144 [%u|b%"name"]=>
152 [%u|b%"name"]=>
162 [%u|b%"name"]=>
[all …]
H A DReflectionClass_getProperty_004.phpt100 [%u|b%"name"]=>
102 [%u|b%"class"]=>
108 [%u|b%"name"]=>
110 [%u|b%"class"]=>
118 [%u|b%"name"]=>
126 [%u|b%"name"]=>
136 [%u|b%"name"]=>
144 [%u|b%"name"]=>
152 [%u|b%"name"]=>
162 [%u|b%"name"]=>
[all …]

Completed in 83 milliseconds

12345678910>>...96