Home
last modified time | relevance | path

Searched refs:b (Results 176 – 200 of 2612) sorted by relevance

12345678910>>...105

/php-src/tests/output/
H A Dbug74725.phpt13 <b>Fatal error</b>: Uncaught Exception: ���� in %s:5
16 thrown in <b>%s</b> on line <b>5</b><br />
H A Dbug75236.phpt17 <b>Warning</b>: file_get_contents(no/suchfile): Failed to open stream: No such file or directory i…
/php-src/Zend/tests/
H A Dclass_alias_001.phpt11 $b = new bar;
13 var_dump($a == $b, $a === $b);
14 var_dump($a instanceof $b);
19 var_dump($b instanceof foo);
20 var_dump($b instanceof bar);
H A Dforeach_temp_array_expr_with_refs.phpt7 $b = 'b';
9 foreach ([&$a, &$b] as &$value) {
13 var_dump($a, $b);
18 string(5) "b-foo"
H A Dlist_002.phpt9 $b =& $a;
11 list($a, list($b)) = array($a, array($b));
12 var_dump($a, $b, $a === $b);
H A Dobject-null.phpt10 $b = new Bla;
12 var_dump($b != null);
13 var_dump($b == null);
14 var_dump($b !== null);
15 var_dump($b === null);
/php-src/ext/fileinfo/tests/
H A Dbug77961.magic6 >12 string OBJ_ \b, AOF object
7 >12 string LIB_ \b, ALF library
9 0 name mach-o \b [
10 >0 use mach-o-cpu \b
11 >(8.L) indirect 8 \b:
12 >0 belong x \b]
16 >4 byte x \b%d
33 >>>>&0 der prt_str=x \b, countryName=%s
37 >>>>&0 der utf8_str=x \b, stateOrProvinceName=%s
41 >>>>&0 der utf8_str=x \b, organizationName=%s
[all …]
/php-src/ext/reflection/tests/
H A DReflectionProperty_setAccessible.phpt56 $b = new B;
61 var_dump($protected->getValue($b));
63 var_dump($private->getValue($b));
65 $protected->setValue($b, 'e');
67 $private->setValue($b, 'g');
71 var_dump($private->getValue($b));
79 var_dump($private->getValue($b));
81 $protected->setValue($b, 'h');
83 $private->setValue($b, 'j');
87 var_dump($private->getValue($b));
[all …]
/php-src/ext/standard/tests/array/
H A Darray_merge_recursive_variation8.phpt12 $arr1 = array(b"1", b"hello" => "hello", b"world", "str1" => b"hello", "str2" => "world");
15 $arr2 = array(b"str1" => b"binary", b"hello" => "binary", b"str2" => b"binary");
H A Darray_udiff_uassoc_basic.phpt13 static function comp_func_cr($a, $b) {
14 if ($a->priv_member === $b->priv_member) return 0;
15 return ($a->priv_member > $b->priv_member) ? 1 : -1;
17 static function comp_func_key($a, $b) {
18 if ($a === $b) return 0;
19 return ($a > $b) ? 1 : -1;
23 $b = array("0.2" => new cr(9), "0.5" => new cr(22), 0 => new cr(3), 1 => new cr(4), 2 => new cr(-15…
24 $result = array_udiff_uassoc($a, $b, array("cr", "comp_func_cr"), array("cr", "comp_func_key"));
H A Darray_shift_variation8.phpt20 $b =& array_shift($array);
21 $b = 2;
22 echo "a = $a, b = $b\n";
28 $b =& $array[0];
30 $b = 2;
31 echo "a = $a, b = $b\n";
41 a = 1, b = 2
44 a = 2, b = 2
H A Dbug29493.phpt10 $b = $a;
13 $b['foo'] = 'bbb';
17 var_dump($a, $b);
23 var_dump($a, $b);
31 $b = &$a;
35 $b['foo'] = 'bbb';
39 var_dump($a, $b);
45 var_dump($a, $b);
53 $b = &$a;
57 unset($b);
/php-src/ext/phar/tests/tar/
H A Dopen_for_write_newfile.phpt20 $files['b.php'] = '<?php echo "This is b\n"; ?>';
21 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
29 $fp = fopen($alias . '/b/new.php', 'wb');
33 include $alias . '/b/c.php';
34 include $alias . '/b/new.php';
41 This is b/c
/php-src/ext/phar/tests/zip/
H A Dopen_for_write_newfile.phpt20 $files['b.php'] = '<?php echo "This is b\n"; ?>';
21 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
28 $fp = fopen($alias . '/b/new.php', 'wb');
32 include $alias . '/b/c.php';
33 include $alias . '/b/new.php';
39 This is b/c
/php-src/sapi/fpm/fpm/
H A Dfpm_log.c114 char *s, *b; in fpm_log_write() local
162 b = buffer; in fpm_log_write()
189 *b = '%'; in fpm_log_write()
256 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", env ? env : "-"); in fpm_log_write()
283 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%zu", proc.memory); in fpm_log_write()
353 *b = '-'; in fpm_log_write()
416 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", tmp); in fpm_log_write()
423 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", proc.auth_user); in fpm_log_write()
467 b += len2; in fpm_log_write()
480 *b = *s; in fpm_log_write()
[all …]
/php-src/tests/lang/
H A DforeachLoopObjects.002.phpt8 public $b = "Original b";
63 public $b = "Overridden b";
182 ["b"]=>
203 ["b"]=>
228 ["b"]=>
257 ["b"]=>
278 ["b"]=>
303 ["b"]=>
332 ["b"]=>
349 ["b"]=>
[all …]
H A DpassByReference_008.phpt24 $b = 'original.b';
25 refVal($b, $b);
26 var_dump($b);
36 string(10) "original.b"
37 string(10) "original.b"
/php-src/Zend/tests/named_params/
H A Druntime_cache_init.phpt7 public static function method($a = FOO, $b = 1) {
8 echo "a = $a, b = $b\n";
13 call_user_func(['Test', 'method'], b: 0);
17 a = 42, b = 0
/php-src/ext/simplexml/tests/
H A Dbug41867.phpt8 $a = simplexml_load_string("<a><b><c/></b></a>");
10 echo $a->b->getName()."\n";
11 echo $a->b->c->getName()."\n";
15 b
/php-src/ext/opcache/tests/jit/
H A Dcmp_002.phpt13 $b = 0.0;
14 var_dump($a < $b ? 1 : 0);
15 var_dump($a > $b ? 1 : 0);
16 var_dump($a <= $b ? 1 : 0);
17 var_dump($a >= $b ? 1 : 0);
H A Didentical_002.phpt21 $b = 0.0;
24 var_dump($a === $b);
27 var_dump($a !== $b);
30 var_dump($a === $b ? 1 : 0);
33 var_dump($a !== $b ? 1 : 0);
36 if ($a === $b) {
45 if ($a !== $b) {
54 if ($a === $b) {
66 if ($a !== $b) {
78 var_dump($a === $b && t());
[all …]
/php-src/ext/phar/tests/
H A Dphar_oo_compressallbz2.phpt17 $files['b'] = 'b';
26 var_dump(file_get_contents($pname . '/b'));
27 var_dump($phar['b']->isCompressed());
36 var_dump(file_get_contents($pname . '/b'));
37 var_dump($phar['b']->isCompressed(Phar::GZ));
38 var_dump($phar['b']->isCompressed(Phar::BZ2));
41 var_dump($phar['b']->isCompressed(Phar::BZ2));
51 string(1) "b"
58 string(1) "b"
H A D019b.phpt17 $files['b/a'] = 'b';
18 $files['b/c/d'] = 'c';
51 string(2) "/b"
53 string(12) "phar://hio/b"
54 string(4) "/b/a"
56 string(4) "/b/c"
58 string(14) "phar://hio/b/c"
59 string(6) "/b/c/d"
/php-src/ext/standard/tests/strings/
H A Dstrspn.phpt6 $b = "1234";
8 var_dump($b);
9 var_dump(strspn($a,$b));
10 var_dump(strspn($a,$b,2));
11 var_dump(strspn($a,$b,2,3));
/php-src/Zend/tests/generators/
H A Dbug76427.phpt10 $b = new stdclass();
11 $a->b = $b;
12 $b->a = $a;
16 unset($b);

Completed in 37 milliseconds

12345678910>>...105