mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Various return types and values consolidation (#19418)
This commit is contained in:
parent
3dc962b9f7
commit
dfa1307a64
6 changed files with 32 additions and 36 deletions
|
@ -39,7 +39,7 @@ PHPAPI void php_register_variable_ex(const char *var, zval *val, zval *track_var
|
|||
PHPAPI void php_register_known_variable(const char *var, size_t var_len, zval *value, zval *track_vars_array);
|
||||
|
||||
PHPAPI void php_build_argv(const char *s, zval *track_vars_array);
|
||||
PHPAPI int php_hash_environment(void);
|
||||
PHPAPI zend_result php_hash_environment(void);
|
||||
END_EXTERN_C()
|
||||
|
||||
#define NUM_TRACK_VARS 6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue