summaryrefslogtreecommitdiff
path: root/ext/standard/tests/general_functions/gettype_settype_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/general_functions/gettype_settype_error.phpt')
-rw-r--r--ext/standard/tests/general_functions/gettype_settype_error.phpt7
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/standard/tests/general_functions/gettype_settype_error.phpt b/ext/standard/tests/general_functions/gettype_settype_error.phpt
index 62e13e7259..a495ff6c29 100644
--- a/ext/standard/tests/general_functions/gettype_settype_error.phpt
+++ b/ext/standard/tests/general_functions/gettype_settype_error.phpt
@@ -2,13 +2,6 @@
Test gettype() & settype() functions : error conditions
--FILE--
<?php
-/* Prototype: string gettype ( mixed $var );
- Description: Returns the type of the PHP variable var
-
- Prototype: bool settype ( mixed &$var, string $type );
- Description: Set the type of variable var to type
-*/
-
/* Test different error conditions of settype() and gettype() functions */
echo "**** Testing gettype() and settype() functions ****\n";