Home
last modified time | relevance | path

Searched refs:this (Results 76 – 100 of 2290) sorted by last modified time

12345678910>>...92

/PHP-5.5/tests/lang/
H A Dbug24403.phpt13 "(in_array('\\1',\$this->a) ? '\'.\$p[\'\\1\'].\'' :
H A Dbug24573.phpt2 Bug #24573 (debug_backtrace() crashes if $this is set to null)
8 $__this = $this;
9 $this = null;
11 $this = $__this;
24 Fatal error: Cannot re-assign $this in %s on line %d
H A Dbug24926.phpt17 $this->functions['test'] = $function;
18 print($this->functions['test']()); // werkt al niet meer
H A Dbug25652.phpt13 $this->arr[0]('testvalue');
H A Dbug27439.phpt2 Bug #27439 (foreach() with $this segfaults)
17 $this->object = new test_props;
21 return $this->array;
25 return $this->string;
29 foreach ($this->array as $foo) {
35 foreach ($this->foobar as $foo);
39 foreach ($this->string as $foo);
43 foreach ($this->getArray() as $foo);
47 foreach ($this->getString() as $foo);
51 foreach ($this->object as $foo) {
H A Dbug27535.phpt17 $this->storage = new Class1();
19 $this->storage->_Class2_obj = $this;
H A Dengine_assignExecutionOrder_002.phpt53 // expect $x and $y to be null - this fails on php.net 5.2.1 (invalid opcode) - fixed in 5.2.3
H A Derror_2_exception_001.phpt10 $this->errno = $_errno;
11 $this->errmsg = $_errmsg;
15 return $this->errno;
19 return $this->errmsg;
H A DforeachLoop.010.phpt13 // At this point, the array $a is referenced.
19 // At this point the array $a is no longer referenced, so foreach should operate on a copy of the a…
H A DforeachLoopIterator.001.phpt12 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
13 return $this->pos<3;
18 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
19 return $this->myContent[$this->pos++];
24 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
25 $this->pos=0;
30 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
31 return $this->myContent[$this->pos];
36 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
37 return "meal " . $this->pos;
H A DforeachLoopIteratorAggregate.001.phpt12 return $this->pos < count($this->myContent);
18 $this->pos++;
24 $this->pos=0;
30 return $this->myContent[$this->pos];
36 return "meal " . $this->pos;
48 return $this->pos < count($this->myContent);
54 $this->pos++;
60 $this->pos=0;
66 return $this->myContent[$this->pos];
72 return "meal " . $this->pos;
[all …]
H A D019.phpt17 hey, this is a regular echo'd eval()
18 hey, this is a function inside an eval()!
19 hey, this is a regular echo'd eval()
21 hey, this is a regular echo'd eval()
23 hey, this is a regular echo'd eval()
25 hey, this is a regular echo'd eval()
27 hey, this is a regular echo'd eval()
29 hey, this is a regular echo'd eval()
31 hey, this is a regular echo'd eval()
33 hey, this is a regular echo'd eval()
[all …]
H A D023.phpt35 This should read "this is nifty": this is nifty<br>
70 this should be displayed. should be: $i=1, $j=0. is: $i=1, $j=0<br>
71 this is supposed to be displayed. should be: $i=2, $j=4. is: $i=2, $j=4<br>
251 and this is PHP code, 2+2=4
H A D024.phpt378 This should read "this is nifty": this is nifty
603 This should read "this is nifty": this is nifty
828 This should read "this is nifty": this is nifty
1053 This should read "this is nifty": this is nifty
1278 This should read "this is nifty": this is nifty
1503 This should read "this is nifty": this is nifty
1728 This should read "this is nifty": this is nifty
1953 This should read "this is nifty": this is nifty
2178 This should read "this is nifty": this is nifty
2403 This should read "this is nifty": this is nifty
[all …]
H A D028.phpt32 $this->myname = "Dafna";
35 return $this->myname;
38 $this->myname = $name;
H A D030.phpt2 $this in constructor test
7 $GLOBALS['List']= &$this;
8 $this->Name = $name;
13 $GLOBALS['names'][]=$this->Name;
H A D035.phpt9 $this->error = $_error;
14 return $this->error;
H A D038.phpt11 $this->file = $errfile;
12 $this->line = $errline;
H A D039.phpt15 $this->file = $errfile;
16 $this->line = $errline;
/PHP-5.5/tests/classes/
H A Dproperty_override_privateStatic_private.phpt19 echo $this->p . "\n";
H A Dproperty_override_privateStatic_protected.phpt19 echo $this->p . "\n";
H A Dproperty_override_privateStatic_public.phpt19 echo $this->p . "\n";
H A Dproperty_override_private_private.phpt10 echo $this->p . "\n";
19 echo $this->p . "\n";
H A Dproperty_override_private_privateStatic.phpt10 echo $this->p . "\n";
H A Dproperty_override_private_protected.phpt10 echo $this->p . "\n";
19 echo $this->p . "\n";

Completed in 73 milliseconds

12345678910>>...92