Various return types and values consolidation (#19418)

This commit is contained in:
Alexandre Daubois 2025-08-12 12:28:41 +02:00 committed by GitHub
parent 3dc962b9f7
commit dfa1307a64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 32 additions and 36 deletions

View file

@ -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