Skip to content

Commit 45fbe8a

Browse files
committed
Document reason for external fn definition
1 parent 0c3b075 commit 45fbe8a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ext/zend_test/tests/observer_jit_vm_interrupt.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ if (ini_get('opcache.jit') === false) die('skip JIT not available');
2626
<?php
2727
namespace ZendTestJitInterrupt;
2828

29+
// Keep the callee in a separate file so the caller uses
30+
// INIT_NS_FCALL_BY_NAME/DO_FCALL_BY_NAME, not INIT_FCALL/DO_UCALL.
2931
require __DIR__ . '/observer_jit_vm_interrupt.inc';
3032

3133
function drive_probe(int $n): int

0 commit comments

Comments
 (0)