Skip to content

Commit 3558293

Browse files
Remove broken zend_get_zendleng() declaration (#19032)
Does not actually exist anywhere
1 parent d43fbc0 commit 3558293

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Zend/zend_compile.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,6 @@ ZEND_API zend_string *zend_get_compiled_variable_name(const zend_op_array *op_ar
886886

887887
#ifdef ZTS
888888
const char *zend_get_zendtext(void);
889-
int zend_get_zendleng(void);
890889
#endif
891890

892891
typedef zend_result (ZEND_FASTCALL *unary_op_type)(zval *, zval *);

0 commit comments

Comments
 (0)