Browse Source

- Don't define this function in non-debug mode

PHP-4.0.5
Andi Gutmans 26 years ago
parent
commit
1192fe545f
  1. 3
      Zend/zend_builtin_functions.c

3
Zend/zend_builtin_functions.c

@ -897,13 +897,14 @@ ZEND_FUNCTION(create_function)
/* }}} */
#if ZEND_DEBUG
ZEND_FUNCTION(zend_test_func)
{
zval *arg1, *arg2;
zend_get_parameters(ht, 2, &arg1, &arg2);
}
#endif
ZEND_FUNCTION(get_resource_type)

Loading…
Cancel
Save