Skip to content

Commit 5635d27

Browse files
committed
fix call graph
1 parent fe21832 commit 5635d27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Zend/Optimizer/zend_call_graph.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ ZEND_API int zend_analyze_calls(zend_arena **arena, zend_script *script, uint32_
106106
case ZEND_DO_ICALL:
107107
case ZEND_DO_UCALL:
108108
case ZEND_DO_FCALL_BY_NAME:
109+
case ZEND_CALLABLE_CONVERT:
109110
func_info->flags |= ZEND_FUNC_HAS_CALLS;
110111
if (call_info) {
111112
call_info->caller_call_opline = opline;

0 commit comments

Comments
 (0)