Home
last modified time | relevance | path

Searched refs:b (Results 1 – 25 of 2577) sorted by path

12345678910>>...104

/PHP-7.1/
H A DINSTALL397 $PHP -b $FCGI_BIND_ADDRESS &
H A DNEWS1511 . Fixed bug #71539 (Memory error on $arr[$a] =& $arr[$b] if RHS rehashes)
H A DREADME.GIT-RULES17 b. Keep the changes consistently well documented and easily trackable.
H A DREADME.MAILINGLIST_RULES18 b. Help in making sure we all use our time more efficiently.
H A DREADME.PARAMETER_PARSING_API54 b - boolean (zend_bool)
83 For 'b', 'l' and 'd', an extra argument of type zend_bool* must be
H A DREADME.REDIST.BINS268 software and associated documentation files (the "Software"), and (b)
H A DREADME.RELEASE_PROCESS142 b. ``$PHP_x_RC_DATE`` = "06 September 2007"
206 highest branch, otherwise you have to do this manually, see point 1.b
208 b. In case multiple PHP minor versions are in active development you have
215 b. ``$PHP_X_DATE`` to the release date
240 b. check for &, < and > and escape them if necessary
264 b. Add the content for the news entry
290 b. ``$PHP_X_VERSION`` to the correct version
307 b. Add the content for the news entry
H A DUPGRADING87 $array["a"] =& $array["b"];
88 $array["b"] = 1;
91 now results in the array ["b" => 1, "a" => 1], while for PHP 7.0 the result
92 was ["a" => 1, "b" => 1].
H A DUPGRADING.INTERNALS11 b. Windows build system changes
84 b. Windows build system changes
/PHP-7.1/TSRM/
H A Dtsrm_nw.c47 #define tsrm_strtok_r(a,b,c) strtok((a),(b)) argument
/PHP-7.1/Zend/
H A DZEND_CHANGES236 function b(Bar $bar);
244 function b(Bar $bar) {
250 $b = new FooBar;
252 $a->a($b);
253 $a->b($b);
747 public $x = array('a' => 1, 'b' => 2, 'c' => 3);
929 $b = isset($obj[0]); // calls offsetExists(0)
H A Dacinclude.m4128 volatile double b = 1000000.0;
133 result = a / b;
150 volatile double b = 1000000.0;
154 result = a / b;
171 volatile double b = 1000000.0;
175 result = a / b;
192 volatile double b = 1000000.0;
197 result = a / b;
214 volatile double b = 1000000.0;
220 result = a / b;
H A Dbench.php86 $b = " .:,;!/>)|&IH%*#";
92 echo $b[$k%16];
307 for ($b=0; $b<$n; $b++)
H A Dmicro_bench.php26 public $b = 0; variable in Foo
64 $x = $this->b;
70 $this->b = 0;
76 $this->b += 2;
82 ++$this->b;
88 --$this->b;
94 $this->b++;
100 $this->b--;
106 $x = isset($this->b);
112 $x = empty($this->b);
/PHP-7.1/Zend/tests/
H A D001.phpt14 function test3($a, $b) {
H A D002.phpt17 function test3($a, $b) {
H A D003.phpt14 function test3($a, $b) {
H A D007.phpt13 $var = array("a"=>1,"b"=>2,"c"=>3);
H A D021.phpt11 $b = 0;
15 var_dump($a ?: $b);
H A D023.phpt7 $b = 'a';
8 print $$b('test');
30 $b = 'a';
31 var_dump($$b()->$$b()->$b());
35 $b = 'a';
36 $c = 'b';
H A D024.phpt9 var_dump($a + $b);
11 var_dump(++$b);
12 var_dump($a->$b);
13 var_dump($a->$b);
14 var_dump($a->$b->{$c[1]});
37 Notice: Undefined variable: b in %s on line %d
H A D025.phpt13 $b = 'a';
19 foo::$$b();
23 $class::$$b();
H A D027.phpt6 $a = 'b';
7 $b = 'c';
12 $a = 'b';
13 $b = 'c';
H A D029.phpt11 $arr[0]->b = new $arr[0];
33 ["b"]=>
44 ["b"]=>
H A Daccess_modifiers_010.phpt18 abstract class b extends a {
21 class c extends b {

Completed in 52 milliseconds

12345678910>>...104