Home
last modified time | relevance | path

Searched refs:parent (Results 251 – 275 of 432) sorted by relevance

1...<<1112131415161718

/PHP-7.4/Zend/tests/
H A Dbug32290.phpt64 return call_user_func_array(array("parent", "doSomethingParent"), array($i));
72 return call_user_func_array(array($this, "parent::doSomethingParentThis"), array($i));
H A Dbug73987.phpt2 Bug #73987 (Method compatibility check looks to original definition and not parent - nullability in…
H A Dbug43332_1.phpt2 Bug #43332.1 (self and parent as type hint in namespace)
/PHP-7.4/ext/spl/tests/
H A Dbug41692.phpt10 parent::__construct($this->foo);
H A Dbug69970.phpt17 parent::rewind();
H A Dbug70730.phpt17 $result = parent::serialize();
H A Diterator_046.phpt18 parent::__construct($it, $flags);
H A Dbug71617.phpt13 parent::__construct($input, ArrayObject::ARRAY_AS_PROPS);
H A Dspl_heap_count_basic.phpt19 return parent::count();
H A Dspl_pq_top_error_corrupt.phpt15 return parent::compare($a, $b);
H A Dbug45826.phpt35 return parent::__serialize();
39 return parent::__unserialize($s);
H A Dbug50579.phpt8 parent::__construct(array(
/PHP-7.4/ext/standard/tests/class_object/
H A Dforward_static_call_003.phpt20 forward_static_call(array('parent', 'test'));
/PHP-7.4/ext/reflection/tests/
H A Dbug37964.phpt2 Reflection Bug #37964 (Reflection shows private methods of parent class)
/PHP-7.4/tests/classes/
H A Dabstract.phpt15 parent::show();
/PHP-7.4/ext/soap/tests/
H A Dtransport001.phpt14 parent::__construct($wsdl, $options);
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug28969.phpt15 parent::__construct($wsdl, $options);
H A Dbug29844.phpt19 parent::__construct($wsdl, $options);
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dbug48773.phpt19 parent::__construct($dsn, $username, $password, $driver_options);
/PHP-7.4/ext/date/tests/
H A DDateTime_extends_basic2.phpt19 parent::__construct($date, $dtz);
H A Dbug67118.phpt15 @parent::__construct($time, $tz);
/PHP-7.4/ext/pdo/tests/
H A Dpdo_030.phpt41 parent::execute();
55 return parent::query($sql);
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_field.phpt71 echo "Test 1 - can't get IRS fields from parent\n";
76 echo "\nTest 2 - can't get IRS fields from parent when fetching\n";
130 Test 1 - can't get IRS fields from parent
133 Test 2 - can't get IRS fields from parent when fetching
/PHP-7.4/Zend/tests/grammar/
H A Dsemi_reserved_003.phpt73 var $parent = 'parent';
154 echo $obj->parent, PHP_EOL;
236 parent
H A Dsemi_reserved_004.phpt73 static $parent = 'parent';
152 echo Obj::$parent, PHP_EOL;
232 parent

Completed in 24 milliseconds

1...<<1112131415161718