diff --git a/Zend/tests/017.phpt b/Zend/tests/017.phpt new file mode 100644 index 00000000000..e8a5cfe857f --- /dev/null +++ b/Zend/tests/017.phpt @@ -0,0 +1,82 @@ +--TEST-- +builtin functions tests +--FILE-- + +--EXPECTF-- +Warning: Wrong parameter count for get_resource_type() in %s on line %d +NULL + +Warning: Supplied argument is not a valid resource handle in %s on line %d +bool(false) +string(6) "stream" +string(7) "Unknown" + +Warning: Wrong parameter count for get_loaded_extensions() in %s on line %d +NULL +string(5) "array" +int(%d) + +Warning: Wrong parameter count for get_defined_constants() in %s on line %d +NULL +string(5) "array" +string(5) "array" +int(%d) + +Warning: Wrong parameter count for get_defined_functions() in %s on line %d +NULL +string(5) "array" +int(%d) + +Warning: Wrong parameter count for get_declared_interfaces() in %s on line %d +NULL +string(5) "array" +int(%d) + +Warning: Wrong parameter count for get_extension_funcs() in %s on line %d +NULL +bool(false) +string(5) "array" +int(%d) +string(5) "array" +int(%d) +Done