Home
last modified time | relevance | path

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

12345678910>>...96

/PHP-5.5/
H A DINSTALL601 $PHP -b $FCGI_BIND_ADDRESS &
H A DNEWS6532 - Fixed bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object).
7486 - Fixed bug #41351 (Invalid opcode with foreach ($a[] as $b)). (Dmitry, Tony)
7753 - Added forward support for 'b' prefix in front of string literals. (Andrei)
9188 . ming 0.3b
9972 - Fixed bug #30990 (allow popen() on *NIX to accept 'b' flag). (Ilia)
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)
82 For 'b', 'l' and 'd', an extra argument of type zend_bool* must be
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES69 interface b{
71 class a implements b {
147 $b = new Foo();
148 $a->assignNew($b);
H A DREADME.REDIST.BINS293 software and associated documentation files (the "Software"), and (b)
H A DREADME.RELEASE_PROCESS139 b. ``$PHP_x_RC_DATE`` = "06 September 2007"
203 highest branch, otherwise you have to do this manually, see point 1.b
205 b. In case multiple PHP minor versions are in active development you have
212 b. ``$PHP_X_DATE`` to the release date
237 b. check for &, < and > and escape them if necessary
261 b. Add the content for the news entry
285 b. ``$PHP_X_VERSION`` to the correct version
302 b. Add the content for the news entry
H A DUPGRADING.INTERNALS7 b. Streams pooling API
15 b. Windows build system changes
56 b. Streams pooling API
134 b. Windows build system changes
/PHP-5.5/TSRM/
H A Dtsrm_nw.c47 #define tsrm_strtok_r(a,b,c) strtok((a),(b)) argument
H A Dtsrm_virtual_cwd.c101 #define tsrm_strtok_r(a,b,c) _tcstok((a),(b)) argument
/PHP-5.5/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.m4119 volatile double b = 1000000.0;
124 result = a / b;
141 volatile double b = 1000000.0;
145 result = a / b;
162 volatile double b = 1000000.0;
166 result = a / b;
183 volatile double b = 1000000.0;
188 result = a / b;
205 volatile double b = 1000000.0;
211 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-5.5/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"]=>

Completed in 84 milliseconds

12345678910>>...96