Home
last modified time | relevance | path

Searched refs:this (Results 151 – 175 of 2290) sorted by relevance

12345678910>>...92

/PHP-5.5/ext/spl/internal/
H A Dseekableiterator.inc18 * to seek on an iterator LimitIterator can use this to efficiently rewind
29 * the given position. Typically this exception should be of type
33 $this->rewind();
35 while($position < $index && $this->valid()) {
36 $this->next();
39 if (!$this->valid()) {
/PHP-5.5/Zend/tests/
H A Dbug33710.phpt2 Bug #33710 (ArrayAccess objects doesn't initialize $this)
15 $this['blah'];
20 $this;
21 $this['blah'];
H A Dbug61165.phpt12 $handler = $this;
13 $this->_this = $this; // <-- uncoment this
H A Dbug30820.phpt2 Bug #30820 (static member conflict with $this->member silently ignored)
12 $this->x = 5; // no warning, but refers to different variable
15 echo '$this->x = '. $this->x ."\n";
27 $this->x = 5
H A Dbug65911.phpt2 Bug #65911 (scope resolution operator - strange behavior with $this)
11 $this->foo = 'bar';
12 echo A::$this->foo; // should not output 'bar'
20 Fatal error: Access to undeclared static property: A::$this in %s on line %d
H A Dbug34873.phpt9 $this->var = array();
16 foreach ($cont as $this->var['key'] => $this->var['value'])
17 var_dump($this->var['value']);
H A Dbug64821.1.phpt8 $this->message = NULL;
9 $this->string = NULL;
10 $this->code = array();
11 $this->line = "hello";
H A Dbug29689.phpt11 echo __CLASS__, ': ', $this->foo, " ", $this->foo2, "\n";
21 echo __CLASS__, ': ', $this->foo, " ", $this->foo2, "\n";
34 echo __CLASS__, ': ', $this->foo, " ", $this->foo2, "\n";
H A Dbug32429.phpt8 var_dump(method_exists($this, 'test'));
10 if (method_exists($this, 'test')) {
11 $this->test();
16 throw new Exception('Call to undefined method'.get_class($this).'::'.$name.'()');
H A Dbug49269.phpt10 return ($this->n < 3);
12 function current() {return $this->n;}
13 function next() {$this->n++;}
15 function rewind() {$this->n = 0;}
/PHP-5.5/tests/lang/
H A Dshort_tags.003.phpt7 <?='this should get echoed'?>
9 <%= 'so should this' %>
25 this should get echoed
26 so should this
H A DforeachLoopIteratorAggregate.004.phpt12 $this->obj = $obj;
16 $this->num = 0;
19 $more = $this->num < $this->obj->max;
25 return $this->num;
29 $this->num++;
33 switch($this->num) {
50 return new c_iter($this);
/PHP-5.5/ext/reflection/tests/
H A Dbug30209.phpt14 $class = new ReflectionClass($this);
15 var_dump($this->name);
16 $method = $class->getMethod($this->name);
17 var_dump($this->name);
/PHP-5.5/ext/spl/tests/
H A Diterator_053.phpt12 $this->uk = $flags & self::USE_KEY;
13 $this->re = $re;
19 foreach($this as $k => $v)
28 @preg_match_all($this->re, (string)($this->uk ? $this->key() : $this->current()), $sub);
30 var_dump($sub == $this->current());
H A Darray_017.phpt16 $this->imp2 = 4;
24 ,'$this'=>$this));
50 $this->exchangeArray($this);
58 ,'$this'=>$this));
79 $it = new ArrayIteratorEx($this, $this->getFlags());
148 ["$this"]=>
185 ["$this"]=>
247 ["$this"]=>
325 ["$this"]=>
368 ["$this"]=>
[all …]
/PHP-5.5/ext/phar/tests/zip/
H A Dcorrupt_008.phpt86 phar error: unsupported compression method (Shrunk) used in this zip in zip-based phar "%scompress_…
87 phar error: unsupported compression method (Reduce) used in this zip in zip-based phar "%scompress_…
88 phar error: unsupported compression method (Reduce) used in this zip in zip-based phar "%scompress_…
89 phar error: unsupported compression method (Reduce) used in this zip in zip-based phar "%scompress_…
90 phar error: unsupported compression method (Reduce) used in this zip in zip-based phar "%scompress_…
91 phar error: unsupported compression method (Implode) used in this zip in zip-based phar "%scompress…
92 phar error: unsupported compression method (Tokenize) used in this zip in zip-based phar "%scompres…
93 phar error: unsupported compression method (Deflate64) used in this zip in zip-based phar "%scompre…
95 phar error: unsupported compression method (LZMA) used in this zip in zip-based phar "%scompress_un…
98 phar error: unsupported compression method (WavPack) used in this zip in zip-based phar "%scompress…
[all …]
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug50762.phpt10 $this->auth=true;
13 return 'header handler ' . ($this->auth ? 'called' : 'not called');
21 $this->server = new SoapServer($wsdl, $options);
22 $this->server->setObject(new testSoap());
27 $this->server->handle($request);
39 $this->authToken=$token;
/PHP-5.5/ext/phar/tests/
H A Dphar_buildfromiterator3.phpt15 $this->a = $a;
19 return next($this->a);
23 return current($this->a);
27 return key($this->a);
31 return current($this->a);
35 return reset($this->a);
/PHP-5.5/ext/standard/tests/strings/
H A Dbug26817.phpt12 $this->bar = 'meuh';
13 $this->foo = 'lala';
14 $this->test = 'test';
16 var_dump(http_build_query($this));
/PHP-5.5/scripts/dev/generate-phpt/tests/
H A DgtIfClassHasMethodTest.php13 $this->assertTrue($ch->check($clo));
21 $this->assertFalse($ch->check($clo));
29 $this->assertTrue($ch->check($clo));
37 $this->assertEquals($ch->getMessage(), gtText::get('methodNotSpecified'));
H A DgtIsSpecifiedFunctionOrMethodTest.php13 $this->assertTrue($ch->check($clo));
21 $this->assertTrue($ch->check($clo));
29 $this->assertFalse($ch->check($clo));
38 $this->assertEquals($ch->getMessage(), gtText::get('functionOrMethodNotSpecified'));
H A DgtIsValidClassTest.php13 $this->assertTrue($ch->check($clo));
21 $this->assertFalse($ch->check($clo));
29 $this->assertTrue($ch->check($clo));
37 $this->assertEquals($ch->getMessage(), gtText::get('unknownClass'));
H A DgtIsValidFunctionTest.php13 $this->assertTrue($ch->check($clo));
21 $this->assertFalse($ch->check($clo));
29 $this->assertTrue($ch->check($clo));
37 $this->assertEquals($ch->getMessage(), gtText::get('unknownFunction'));
H A DgtIsValidMethodTest.php13 $this->assertTrue($ch->check($clo));
21 $this->assertFalse($ch->check($clo));
29 $this->assertTrue($ch->check($clo));
37 $this->assertEquals($ch->getMessage(), gtText::get('unknownMethod'));
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c751 if (this) { in php_xmlwriter_string_arg()
791 if (this) { in php_xmlwriter_end()
831 if (this) { in PHP_FUNCTION()
897 if (this) { in PHP_FUNCTION()
942 if (this) { in PHP_FUNCTION()
987 if (this) { in PHP_FUNCTION()
1039 if (this) { in PHP_FUNCTION()
1100 if (this) { in PHP_FUNCTION()
1155 if (this) { in PHP_FUNCTION()
1226 if (this) { in PHP_FUNCTION()
[all …]

Completed in 33 milliseconds

12345678910>>...92