Skip to content

Commit db94226

Browse files
Girgiasnielsdos
andauthored
fix
Co-authored-by: Niels Dossche <[email protected]>
1 parent d4238df commit db94226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_exceptions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ ZEND_METHOD(Exception, __toString)
703703

704704
exception = ZEND_THIS;
705705
/* As getTraceAsString method is final we can grab it once */
706-
zend_function *getTraceAsString = zend_hash_str_find_ptr(&zend_ce_exception->function_table, ZEND_STRS("gettraceasstring"));
706+
zend_function *getTraceAsString = zend_hash_str_find_ptr(&zend_ce_exception->function_table, ZEND_STRL("gettraceasstring"));
707707
ZEND_ASSERT(getTraceAsString && "Method getTraceAsString must exist");
708708

709709
zend_fcall_info fci = {

0 commit comments

Comments
 (0)