summaryrefslogtreecommitdiff
path: root/ext/standard/tests/general_functions/is_callable_basic2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/general_functions/is_callable_basic2.phpt')
-rw-r--r--ext/standard/tests/general_functions/is_callable_basic2.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/general_functions/is_callable_basic2.phpt b/ext/standard/tests/general_functions/is_callable_basic2.phpt
index c900032fea..d842534124 100644
--- a/ext/standard/tests/general_functions/is_callable_basic2.phpt
+++ b/ext/standard/tests/general_functions/is_callable_basic2.phpt
@@ -71,7 +71,7 @@ class contains_object_class
echo "func() is called \n";
}
- function contains_object_class () {
+ function __construct () {
$this->class_object1 = new object_class();
$this->no_member_class_object = new no_member_class();
}
@@ -784,4 +784,4 @@ bool(true)
object_class::foo1
bool(true)
object_class::foo1
-===DONE=== \ No newline at end of file
+===DONE===