Searched refs:skl (Results 1 – 3 of 3) sorted by relevance
/PHP-7.3/ |
H A D | .editorconfig | 12 [{*.{awk,bat,c,cpp,d,h,l,mk,re,skl,w32,y},Makefile*}]
|
/PHP-7.3/Zend/ |
H A D | README.ZEND_VM | 89 and zend_vm_execute.skl as input and produces zend_vm_opcodes.h and
|
H A D | zend_vm_gen.php | 1789 function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name) { argument 1794 foreach ($skl as $line) { 2317 $skl = @file($skel); 2318 if (!$skl) { 2675 gen_executor($f, $skl, ZEND_VM_SPEC, ZEND_VM_KIND, "execute", "zend_vm_init");
|
Completed in 11 milliseconds