Browse Source

Forgot to link this function...

PHP-4.0.5
Zeev Suraski 26 years ago
parent
commit
58e1dd2ee8
  1. 1
      Zend/zend_builtin_functions.c

1
Zend/zend_builtin_functions.c

@ -101,6 +101,7 @@ static zend_function_entry builtin_functions[] = {
ZEND_FE(restore_error_handler, NULL)
ZEND_FE(get_declared_classes, NULL)
ZEND_FE(create_function, NULL)
ZEND_FE(get_resource_type, NULL)
#if ZEND_DEBUG
ZEND_FE(zend_test_func, NULL)
#endif

Loading…
Cancel
Save