Home
last modified time | relevance | path

Searched refs:getClassName (Results 1 – 11 of 11) sorted by relevance

/PHP-7.0/Zend/tests/
H A Dlsb_004.phpt7 public static function getClassName() {
14 echo TestClass::getClassName() . "\n";
15 echo ChildClass::getClassName() . "\n";
/PHP-7.0/ext/standard/tests/serialize/
H A Dserialization_objects_003.phpt27 abstract protected function getClassName();
29 return $this->getClassName();
37 protected function getClassName() {
/PHP-7.0/scripts/dev/generate-phpt/src/testcase/
H A DgtBasicTestCaseMethod.php37 …$this->testCase[] = "Test class ".$this->subject->getClassName()." method ".$this->subject->getNa…
H A DgtErrorTestCaseMethod.php43 …$this->testCase[] = "Test class ".$this->subject->getClassName()." method ".$this->subject->getNam…
H A DgtVariationTestCaseMethod.php50 …$this->testCase[] = "Test class ".$this->subject->getClassName()." method ".$this->subject->getNam…
H A DgtTestCase.php124 $this->testCase[] = "\$class = new ".$this->subject->getClassName()."( ".$constructorList." );";
/PHP-7.0/ext/standard/tests/general_functions/
H A Dis_object.phpt20 abstract protected function getClassName();
22 echo $this->getClassName() . "\n";
29 protected function getClassName() {
H A Dvar_export_basic6.phpt22 abstract protected function getClassName();
24 echo $this->getClassName() . "\n";
30 protected function getClassName() {
H A Dvar_export-locale.phpt194 abstract protected function getClassName();
196 echo $this->getClassName() . "\n";
202 protected function getClassName() {
/PHP-7.0/scripts/dev/generate-phpt/src/
H A DgtMethod.php87 public function getClassName() { function in gtMethod
/PHP-7.0/scripts/dev/
H A Dgenerate-phpt.phar914 public function getClassName() {
1285 …$this->testCase[] = "Test class ".$this->subject->getClassName()." method ".$this->subject->getNa…
1475 $this->testCase[] = "\$class = new ".$this->subject->getClassName()."( ".$constructorList." );";
1845 …$this->testCase[] = "Test class ".$this->subject->getClassName()." method ".$this->subject->getNam…
2053 …$this->testCase[] = "Test class ".$this->subject->getClassName()." method ".$this->subject->getNam…

Completed in 30 milliseconds