summaryrefslogtreecommitdiff
path: root/ext/spl/php_spl.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-06-11 20:51:14 +0000
committerMarcus Boerger <helly@php.net>2003-06-11 20:51:14 +0000
commit76f68f2a51d8217c6110017e5f0df8027421e67b (patch)
tree34f23ac10ada233c75fb196f5397bd61ec27fd56 /ext/spl/php_spl.h
parentb2c4882d54d8a716c0876aabae6afd703d6a903d (diff)
downloadphp-git-76f68f2a51d8217c6110017e5f0df8027421e67b.tar.gz
WS and removing unecessary things
Diffstat (limited to 'ext/spl/php_spl.h')
-rwxr-xr-xext/spl/php_spl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/spl/php_spl.h b/ext/spl/php_spl.h
index e54ef2dbcb..9f5f715297 100755
--- a/ext/spl/php_spl.h
+++ b/ext/spl/php_spl.h
@@ -58,7 +58,6 @@ PHP_MINFO_FUNCTION(spl);
#define ZEND_EXECUTE_HOOK_FUNCTION(name) \
int spl_handler_ ## name(ZEND_OPCODE_HANDLER_ARGS)
-
ZEND_BEGIN_MODULE_GLOBALS(spl)
#ifdef SPL_FOREACH
ZEND_EXECUTE_HOOK_PTR(ZEND_FE_RESET);