mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Make them available on Windows too from other files.
This commit is contained in:
parent
e422f56dff
commit
cd13464709
1 changed files with 3 additions and 3 deletions
|
@ -32,9 +32,9 @@ PHP_FUNCTION(unserialize);
|
|||
PHP_FUNCTION(memory_get_usage);
|
||||
#endif
|
||||
|
||||
void php_var_dump(zval **struc, int level TSRMLS_DC);
|
||||
void php_var_export(zval **struc, int level TSRMLS_DC);
|
||||
void php_debug_zval_dump(zval **struc, int level TSRMLS_DC);
|
||||
PHPAPI void php_var_dump(zval **struc, int level TSRMLS_DC);
|
||||
PHPAPI void php_var_export(zval **struc, int level TSRMLS_DC);
|
||||
PHPAPI void php_debug_zval_dump(zval **struc, int level TSRMLS_DC);
|
||||
|
||||
/* typdef HashTable php_serialize_data_t; */
|
||||
#define php_serialize_data_t HashTable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue