mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove broken zend_get_zendleng() declaration (#19032)
Does not actually exist anywhere
This commit is contained in:
parent
d43fbc0c0e
commit
3558293ce8
1 changed files with 0 additions and 1 deletions
|
@ -886,7 +886,6 @@ ZEND_API zend_string *zend_get_compiled_variable_name(const zend_op_array *op_ar
|
||||||
|
|
||||||
#ifdef ZTS
|
#ifdef ZTS
|
||||||
const char *zend_get_zendtext(void);
|
const char *zend_get_zendtext(void);
|
||||||
int zend_get_zendleng(void);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef zend_result (ZEND_FASTCALL *unary_op_type)(zval *, zval *);
|
typedef zend_result (ZEND_FASTCALL *unary_op_type)(zval *, zval *);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue