Home
last modified time | relevance | path

Searched refs:toString (Results 1 – 19 of 19) sorted by relevance

/PHP-5.5/scripts/dev/generate-phpt/tests/
H A DgtVariationTestCaseFunctionTest.php19 $fs = $vtc->toString();
37 $fs = $vtc->toString();
54 $fs = $vtc->toString();
H A DgtBasicTestCaseFunctionTest.php20 $fs = $btc->toString();
H A DgtErrorTestCaseFunctionTest.php22 $fs = $btc->toString();
H A DgtVariationTestCaseMethodTest.php21 $fs = $vtc->toString();
H A DgtBasicTestCaseMethodTest.php23 $fs = $btc->toString();
H A DgtErrorTestCaseMethodTest.php26 $fs = $btc->toString();
/PHP-5.5/ext/standard/tests/strings/
H A Dstrval_error.phpt16 // no toString() method defined
30 // Testing strval with a object which has no toString() method
31 echo "\n-- Testing strval() function with object which has not toString() method --\n";
49 -- Testing strval() function with object which has not toString() method --
/PHP-5.5/scripts/dev/generate-phpt/src/
H A Dgenerate-phpt.php77 gtTestCaseWriter::write($name, $testCase->toString(), 'b');
90 gtTestCaseWriter::write($name, $testCase->toString(), 'e');
/PHP-5.5/ext/filter/tests/
H A Dbug49274.phpt2 #49274, fatal error when an object does not implement toString
/PHP-5.5/scripts/dev/generate-phpt/src/testcase/
H A DgtVariationContainerFunction.php38 $this->variationTests[] = $testCase->toString();
H A DgtVariationContainerMethod.php40 $this->variationTests[] = $testCase->toString();
H A DgtTestCase.php38 public function toString() { function in gtTestCase
/PHP-5.5/Zend/tests/
H A Dbug37811.phpt2 Bug #37811 (define not using toString on objects)
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_object_no_constructor.phpt26 public function toString() {
H A Dmysqli_fetch_object.phpt40 public function toString() {
H A Dmysqli_fetch_object_oo.phpt51 public function toString() {
/PHP-5.5/ext/mysql/tests/
H A Dmysql_fetch_object.phpt33 public function toString() {
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar86 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();
/PHP-5.5/
H A DNEWS8473 - Fixed bug #37811 (define not using toString on objects). (Marcus)

Completed in 77 milliseconds