summaryrefslogtreecommitdiff
path: root/ext/spl/php_spl.c
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-12-06 02:00:14 +0000
committerfoobar <sniper@php.net>2005-12-06 02:00:14 +0000
commita4295629b81d839bda6decb451f205c791f7194f (patch)
tree66c7127a124c6fe1722dbe22758c2b8b8aacab6c /ext/spl/php_spl.c
parent06b36f7cea4be182f426f6c240e3adfb2e973f46 (diff)
downloadphp-git-a4295629b81d839bda6decb451f205c791f7194f.tar.gz
MFH
Diffstat (limited to 'ext/spl/php_spl.c')
-rwxr-xr-xext/spl/php_spl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c
index b491fa8127..686068eee5 100755
--- a/ext/spl/php_spl.c
+++ b/ext/spl/php_spl.c
@@ -45,7 +45,7 @@ ZEND_DECLARE_MODULE_GLOBALS(spl)
/* {{{ spl_functions_none
*/
-function_entry spl_functions_none[] = {
+zend_function_entry spl_functions_none[] = {
{NULL, NULL, NULL}
};
/* }}} */
@@ -599,7 +599,7 @@ PHP_MINFO_FUNCTION(spl)
/* {{{ spl_functions
*/
-function_entry spl_functions[] = {
+zend_function_entry spl_functions[] = {
PHP_FE(spl_classes, NULL)
PHP_FE(spl_autoload, NULL)
PHP_FE(spl_autoload_extensions, NULL)