Searched refs:toString (Results 1 – 19 of 19) sorted by relevance
19 $fs = $vtc->toString();37 $fs = $vtc->toString();54 $fs = $vtc->toString();
20 $fs = $btc->toString();
22 $fs = $btc->toString();
21 $fs = $vtc->toString();
23 $fs = $btc->toString();
26 $fs = $btc->toString();
16 // no toString() method defined 30 // Testing strval with a object which has no toString() method31 echo "\n-- Testing strval() function with object which has not toString() method --\n";49 -- Testing strval() function with object which has not toString() method --
77 gtTestCaseWriter::write($name, $testCase->toString(), 'b');90 gtTestCaseWriter::write($name, $testCase->toString(), 'e');
2 #49274, fatal error when an object does not implement toString
38 $this->variationTests[] = $testCase->toString();
40 $this->variationTests[] = $testCase->toString();
38 public function toString() { function in gtTestCase
2 Bug #37811 (define not using toString on objects)
26 public function toString() {
40 public function toString() {
51 public function toString() {
33 public function toString() {
86 gtTestCaseWriter::write($name, $testCase->toString(), 'b');99 gtTestCaseWriter::write($name, $testCase->toString(), 'e');1243 $this->variationTests[] = $testCase->toString();1389 public function toString() {1798 $this->variationTests[] = $testCase->toString();
10051 - Fixed bug #37811 (define not using toString on objects). (Marcus)
Completed in 96 milliseconds