xref: /PHP-8.4/ext/opcache/tests/jit/gh17246.inc (revision df6db275)
1<?php
2
3// Need to cause a trace exit, so extend non existent class
4class MyXSLTProcessor extends NonExistentClass {
5    public function registerCycle() {
6        [[$this]]; // Non trivial array
7    }
8}
9