diff options
-rwxr-xr-x | ext/spl/php_spl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c index 4d544b69d3..e1cf0d0a2c 100755 --- a/ext/spl/php_spl.c +++ b/ext/spl/php_spl.c @@ -426,7 +426,7 @@ PHP_FUNCTION(spl_autoload_register) return; } else { if (do_throw) { - zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Illegal value passed", func_name); + zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Illegal value passed"); } efree(func_name); return; |