Home
last modified time | relevance | path

Searched refs:b (Results 401 – 425 of 2622) sorted by relevance

1...<<11121314151617181920>>...105

/php-src/ext/reflection/tests/
H A Dbug79683.phpt21 $b = new B();
23 $reflector = new ReflectionClass($b);
26 $property->setValue($b, new A());
28 var_dump($b);
H A DReflectionParameter_invalidMethodInConstructor.phpt8 new ReflectionParameter (array ('A', 'b'), 0);
13 new ReflectionParameter (array ('C', 'b'), 0);
18 new ReflectionParameter (array (new C, 'b'), 0);
26 new ReflectionParameter(array ('A', 'b'));
44 Method C::b() does not exist
45 Method C::b() does not exist
/php-src/Zend/tests/
H A Dget_class_methods_002.phpt8 function b();
13 public function b() { }
31 string(1) "b"
37 string(1) "b"
H A Dbug76860_2.phpt7 private static $b = "b";
10 var_dump($this->a, $this->b, $this->c);
15 protected static $b = "b1";
25 Notice: Accessing static property B::$b as non static in %sbug76860_2.php on line 7
27 Warning: Undefined property: B::$b in %s on line %d
H A Dforeach_reference.phpt6 $array = ['a', 'b', 'c', 'd'];
24 string(1) "b"
34 string(1) "b"
47 string(1) "b"
H A Dclosure_047.phpt18 echo replace_variables('a=?, b=?', array('0', '1')) . "\n";
19 echo replace_variables('a=?, b=?, c=?', array('0', '1', '2')) . "\n";
24 a=0, b=1
25 a=0, b=1, c=2
H A Ddebug_info.phpt12 return ['a'=>1, "\0*\0b"=>2, "\0Foo\0c"=>3];
27 $b = new Bar;
28 var_dump($b);
34 ["b":protected]=>
/php-src/ext/gd/
H A Dgd_compat.c10 int overflow2(int a, int b) in overflow2() argument
13 if(a <= 0 || b <= 0) { in overflow2()
17 if(a > INT_MAX / b) { in overflow2()
/php-src/ext/mysqli/tests/
H A Dmysqli_fetch_object.phpt26 public $b = null;
34 …if (($obj->ID !== "2") || ($obj->label !== "b") || ($obj->a !== NULL) || ($obj->b !== NULL) || (ge…
43 public function __construct($a, $b) {
45 $this->b = $b;
52 …if (($obj->ID !== "3") || ($obj->label !== "c") || ($obj->a !== NULL) || ($obj->b !== NULL) || (ge…
70 $obj = mysqli_fetch_object($res, 'mysqli_fetch_object_construct', array('a', 'b'));
71 …if (($obj->ID !== "5") || ($obj->label !== "e") || ($obj->a !== 'a') || ($obj->b !== 'b') || (get_…
76 var_dump(mysqli_fetch_object($res, 'mysqli_fetch_object_construct', array('a', 'b', 'c')));
114 private function __construct($a, $b) {
116 $this->b = $b;
[all …]
/php-src/ext/standard/tests/array/
H A Dbug24766.phpt9 $b = array(1 => 18, 2 => 52);
10 var_dump($a, $b);
12 $l = array_keys($b);
17 var_dump($b[$i]);
/php-src/ext/standard/tests/url/
H A Dbug68917.phpt5 print_r(parse_url('//example.org:81/hi?a=b#c=d'));
6 print_r(parse_url('//example.org/hi?a=b#c=d'));
14 [query] => a=b
21 [query] => a=b
/php-src/ext/simplexml/tests/
H A Dbug63575.phpt7 $xml = '<a><b></b></a>';
19 <a><b/></a>
22 <a><b/><c/></a>
/php-src/ext/pcre/tests/
H A Dpreg_replace_callback_array_fatal_error.phpt6 function b() {
7 return "b";
13 "/a/" => 'b',
14 "/b/" => 'invalid callable'), 'a'));
/php-src/tests/lang/
H A D040.phpt6 $b[0]=2;
7 foreach($a as $b[0]) {
8 echo $b[0]."\n";
H A DreturnByReference.002.phpt16 $b =& returnVal();
17 $b = "changed";
21 $b =& returnRef();
22 $b = "changed";
/php-src/ext/phar/tests/
H A Dpharfileinfo_destruct.phpt15 $b = new PharFileInfo($pname . '/a/subdir');
16 unset($b);
18 $b = new PharFileInfo($pname . '/a/subdir/here');
19 unset($b);
/php-src/Zend/tests/traits/
H A Dabstract_method_1.phpt7 abstract public function neededByTheTrait(int $a, string $b);
13 public function neededByTheTrait(array $a, object $b) {}
18 …on of C::neededByTheTrait(array $a, object $b) must be compatible with T::neededByTheTrait(int $a,…
H A Dabstract_method_3.phpt7 abstract private function neededByTheTrait(int $a, string $b);
13 private function neededByTheTrait(array $a, object $b) {}
18 …on of C::neededByTheTrait(array $a, object $b) must be compatible with T::neededByTheTrait(int $a,…
/php-src/ext/spl/tests/SplFileObject/
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 …]
H A DSplFileObject_fputcsv_variation11.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 …]
H A DSplFileObject_fputcsv_variation12.phpt78 -- file opened in r+b --
99 -- file opened in a+b --
120 -- file opened in w+b --
141 -- file opened in x+b --
162 -- file opened in r+b --
183 -- file opened in a+b --
204 -- file opened in w+b --
225 -- file opened in x+b --
246 -- file opened in r+b --
267 -- file opened in a+b --
[all …]
H A DSplFileObject_fputcsv_variation5.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 …]
H A DSplFileObject_fputcsv_variation6.phpt80 -- file opened in r+b --
101 -- file opened in a+b --
122 -- file opened in w+b --
143 -- file opened in x+b --
164 -- file opened in r+b --
185 -- file opened in a+b --
206 -- file opened in w+b --
227 -- file opened in x+b --
248 -- file opened in r+b --
269 -- file opened in a+b --
[all …]
H A DSplFileObject_fputcsv_variation7.phpt80 -- file opened in r+b --
101 -- file opened in a+b --
122 -- file opened in w+b --
143 -- file opened in x+b --
164 -- file opened in r+b --
185 -- file opened in a+b --
206 -- file opened in w+b --
227 -- file opened in x+b --
248 -- file opened in r+b --
269 -- file opened in a+b --
[all …]
H A DSplFileObject_fputcsv_variation8.phpt80 -- file opened in r+b --
101 -- file opened in a+b --
122 -- file opened in w+b --
143 -- file opened in x+b --
164 -- file opened in r+b --
185 -- file opened in a+b --
206 -- file opened in w+b --
227 -- file opened in x+b --
248 -- file opened in r+b --
269 -- file opened in a+b --
[all …]

Completed in 36 milliseconds

1...<<11121314151617181920>>...105