Home
last modified time | relevance | path

Searched refs:name (Results 51 – 75 of 1612) sorted by path

12345678910>>...65

/PHP-5.5/Zend/tests/
H A Dbug38211.phpt2 Bug #38211 (variable name and cookie name match breaks script execution)
H A Dbug38624.phpt12 public function __set( $name, $value )
17 public function __get( $name )
H A Dbug39825.phpt7 foreach ($obj as $name => $value) {
8 echo "$name -> $value\n";
H A Dbug39990.phpt6 public function __get($name) {
H A Dbug40833.phpt10 function __get($name)
12 if ( isset($this->data[$name]) )
13 return $this->data[$name];
15 return $this->data[$name] = new set($this);
18 function __set($name, $value)
20 $this->modified[$name] = $value;
41 // $this->entity->{$this->name} = null;
H A Dbug42859.phpt12 Fatal error: Cannot use Blah\Ex as Ex because the name is already in use in %sbug42859.php on line 6
H A Dbug43128.phpt2 Bug #43128 (Very long class name causes segfault)
H A Dbug43332_2.phpt15 Fatal error: '\self' is an invalid class name in %sbug43332_2.php on line 5
H A Dbug43343.phpt2 Bug #43343 (Variable class name)
H A Dbug44653.phpt2 Bug #44653 (Invalid namespace name resolution)
H A Dbug46238.phpt7 static function __callStatic($name, $arguments)
9 var_dump(array($name, $arguments));
H A Dbug46308.phpt17 public function __get( $name )
H A Dbug47801.phpt2 Bug #47801 (__call() accessed via parent:: operator is provided incorrect method name)
8 function __call($name, $args)
10 echo("magic method called: $name\n");
H A Dbug48248.phpt8 public function & __get($name)
H A Dbug50394.phpt8 function __call( $name, $args ) {
9 echo "$name called!\n";
H A Dbug54013.phpt25 ["name"]=>
29 ["name"]=>
H A Dbug54372.phpt7 public function __get($name)
H A Dbug54910.phpt2 Bug #54910 (Crash when calling call_user_func with unknown function name)
H A Dbug55247.phpt2 Request #55247 (Parser problem with static calls using string method name)
H A Dbug60536_004.phpt2 Introducing new private variables of the same name in a subclass is ok, and does not lead to any ou…
H A Dbug60536_005.phpt2 Introducing new private variables of the same name in a subclass is ok, and does not lead to any ou…
H A Dbug60611.phpt6 function __call($name, $arg) {
8 static function __callStatic($name, $arg) {
27 Fatal error: Method name must be a string in %sbug60611.php on line %d
H A Dbug60613.phpt6 function __call($name, $arg) {
18 Fatal error: Method name must be a string in %sbug60613.php on line %d
H A Dbug61011.phpt5 function __autoload($name) {
6 throw new Exception($name);
H A Dbug62653.phpt19 $name = "foo";
20 unset($array[$$name]);

Completed in 24 milliseconds

12345678910>>...65