Home
last modified time | relevance | path

Searched refs:self (Results 101 – 125 of 233) sorted by relevance

12345678910

/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_openblob_wrongparams.phpt24 $ret = substr(self::$string, $this->position, $count);
36 return array('size' => self::$string_length);
46 return ($this->position >= self::$string_length);
/PHP-5.5/ext/reflection/tests/
H A DReflectionParameter_DefaultValueConstant_basic1.phpt31 public function baz($param1 = self::bar, $param2=Foo2::bar, $param3=CONST_TEST_1) {
49 string(9) "self::bar"
H A Dstatic_properties_002.phpt10 echo __METHOD__ . '(' . self::$prop . ")\n";
23 echo __METHOD__ . '(' . self::$prop . ")\n";
H A Dbug45765.phpt2 Fixed bug #45765 (ReflectionObject with default parameters of self::xxx cause an error)
13 function test($a = self::BAR) {
H A Dbug63614.phpt16 self::A => 'a'
/PHP-5.5/Zend/tests/
H A Dobjects_022.phpt2 Testing 'self', 'parent' as type-hint
13 public function testFoo(self $obj) {
H A Dbug41640.phpt7 public $x = self::FOO;
H A Dinter_03.phpt11 const c = self::b;
H A Dbug53347.phpt10 return isset( self::${$type}[$key] );
H A Dbug42772.phpt8 self::$foo = $this;
H A Dbug60825.phpt10 self::$x = $this;
H A Dbug63976.phpt8 public $table = self::TABLE;
H A Dbug39721.phpt10 $this->instance = ++self::$instances;
H A Dbug51176.phpt9 self::bar();
/PHP-5.5/ext/spl/tests/
H A Diterator_047.phpt12 if (self::$fail == $state)
21 self::fail(1, __METHOD__);
28 self::fail(2, __METHOD__);
/PHP-5.5/ext/spl/internal/
H A Drecursivetreeiterator.inc33 …t(RecursiveIterator $it, $rit_flags = self::BYPASS_KEY, $cit_flags = CachingIterator::CATCH_GET_CH…
100 if ($this->rit_flags & self::BYPASS_CURRENT)
114 if ($this->rit_flags & self::BYPASS_KEY)
H A Dmultipleiterator.inc42 public function __construct($flags = self::MIT_NEED_ALL|self::MIT_KEYS_NUMERIC)
129 $expect = $this->flags & self::MIT_NEED_ALL ? true : false;
168 if ($this->flags & self::MIT_KEYS_ASSOC)
182 else if ($this->flags & self::MIT_NEED_ALL)
212 else if ($this->flags & self::MIT_NEED_ALL)
H A Dspldoublylinkedlist.inc147 if ($this->_it_mode & self::IT_MODE_LIFO) {
179 if ($this->_it_mode & self::IT_MODE_LIFO) {
180 if ($this->_it_mode & self::IT_MODE_DELETE) {
185 if ($this->_it_mode & self::IT_MODE_DELETE) {
216 if ($this->_it_mode & self::IT_MODE_LIFO) {
242 if ($this->_it_mode & self::IT_MODE_LIFO) {
263 if ($this->_it_mode & self::IT_MODE_LIFO) {
H A Drecursiveiteratoriterator.inc37 private $mode = self::LEAVES_ONLY;
53 function __construct(RecursiveIterator $it, $mode = self::LEAVES_ONLY, $flags = 0)
120 if (!($this->flags & self::CATCH_GET_CHILD))
219 if (($this->mode == self::SELF_FIRST && $this->callHasChildren())
220 || $this->mode == self::LEAVES_ONLY)
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetchobject.phpt43 self::$static_set_calls, $this->set_calls);
50 $prop, var_export($value, true), $this->set_calls, self::$static_set_calls);
58 self::$static_set_calls++;
H A Dmysql_pdo_test.inc9 $dsn = self::getDSN($mydsn);
83 return self::extractVersion($db->getAttribute(PDO::ATTR_CLIENT_VERSION));
87 return self::extractVersion($db->getAttribute(PDO::ATTR_SERVER_VERSION));
171 $db = self::factory();
/PHP-5.5/
H A DREADME.SELF-CONTAINED-EXTENSIONS6 A self-contained extension can be distributed independently of
32 Just to show you how easy it is to create a self-contained
34 self-contained one. Install PHP and execute the following
82 self-contained extension, you do not need more than a few
128 And that's it. You now have a self-contained extension.
140 In order to be useful, a self-contained extension must be loadable
/PHP-5.5/Zend/
H A Dmicro_bench.php31 $x = self::$a;
37 self::$a = 0;
43 $x = isset(self::$a);
49 $x = empty(self::$a);
58 self::f();
/PHP-5.5/ext/standard/tests/streams/
H A Dbug49936.phpt11 $dir = 'ftp://your:self@localhost/';
/PHP-5.5/tests/classes/
H A Dbug29446.phpt11 echo self::TEST_CONST;

Completed in 30 milliseconds

12345678910