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.phpt10
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/standard/tests/general_functions/is_callable_basic2.phpt b/ext/standard/tests/general_functions/is_callable_basic2.phpt
index 2927b43d40..a0c68cb636 100644
--- a/ext/standard/tests/general_functions/is_callable_basic2.phpt
+++ b/ext/standard/tests/general_functions/is_callable_basic2.phpt
@@ -2,16 +2,6 @@
Test is_callable() function : usage variations - on objects
--FILE--
<?php
-/* Prototype: bool is_callable ( mixed $var [, bool $syntax_only [, string &$callable_name]] );
- Description: Verify that the contents of a variable can be called as a function
- In case of objects, $var = array($SomeObject, 'MethodName')
-*/
-
-/* Prototype: void check_iscallable_objects( $methods );
- Description: use is_callable() on given $method to check if the array
- contains a valid method name;
- returns true if valid function name, false otherwise
-*/
function check_iscallable_objects( $methods ) {
global $loop_counter;
$counter = 1;