mirror of
https://github.com/php/php-src.git
synced 2024-11-30 21:35:36 +08:00
- CHange used_return_value -> return_value_used
This commit is contained in:
parent
9e14736315
commit
247d3d3345
@ -96,8 +96,8 @@ typedef unsigned char zend_bool;
|
||||
#include "zend_hash.h"
|
||||
#include "zend_llist.h"
|
||||
|
||||
#define INTERNAL_FUNCTION_PARAMETERS int ht, zval *return_value, HashTable *list, HashTable *plist, zval *this_ptr, char used_return_value
|
||||
#define INTERNAL_FUNCTION_PARAM_PASSTHRU ht, return_value, list, plist, this_ptr, used_return_value
|
||||
#define INTERNAL_FUNCTION_PARAMETERS int ht, zval *return_value, HashTable *list, HashTable *plist, zval *this_ptr, char return_value_used
|
||||
#define INTERNAL_FUNCTION_PARAM_PASSTHRU ht, return_value, list, plist, this_ptr, return_value_used
|
||||
|
||||
/*
|
||||
* zval
|
||||
|
Loading…
Reference in New Issue
Block a user