mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385)
This commit is contained in:
parent
f8f7fd2db1
commit
7936c8085e
145 changed files with 563 additions and 544 deletions
|
@ -355,6 +355,7 @@ ZEND_API zend_result zend_parse_parameters_ex(int flags, uint32_t num_args, cons
|
|||
#define zend_parse_parameters_throw(num_args, ...) \
|
||||
zend_parse_parameters(num_args, __VA_ARGS__)
|
||||
ZEND_API const char *zend_zval_type_name(const zval *arg);
|
||||
ZEND_API const char *zend_zval_value_name(const zval *arg);
|
||||
ZEND_API zend_string *zend_zval_get_legacy_type(const zval *arg);
|
||||
|
||||
ZEND_API zend_result zend_parse_method_parameters(uint32_t num_args, zval *this_ptr, const char *type_spec, ...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue