Searched refs:skl (Results 1 – 3 of 3) sorted by relevance
/PHP-7.2/ |
H A D | .editorconfig | 12 [{*.{awk,bat,c,cpp,d,h,l,mk,re,skl,w32,y},Makefile*}]
|
/PHP-7.2/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 | 1561 function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name) { argument 1566 foreach ($skl as $line) { 2050 $skl = @file($skel); 2051 if (!$skl) { 2385 gen_executor($f, $skl, ZEND_VM_SPEC, ZEND_VM_KIND, "execute", "zend_init_opcodes_handlers");
|
Completed in 26 milliseconds