Searched refs:zend_fetch_static_prop_helper (Results 1 – 1 of 1) sorted by relevance
/php-src/Zend/ |
H A D | zend_vm_def.h | 1835 ZEND_VM_INLINE_HELPER(zend_fetch_static_prop_helper, ANY, ANY, int type) in ZEND_VM_INLINE_HELPER() argument 1861 ZEND_VM_DISPATCH_TO_HELPER(zend_fetch_static_prop_helper, type, BP_VAR_R); 1867 ZEND_VM_DISPATCH_TO_HELPER(zend_fetch_static_prop_helper, type, BP_VAR_W); 1873 ZEND_VM_DISPATCH_TO_HELPER(zend_fetch_static_prop_helper, type, BP_VAR_RW); 1889 ZEND_VM_DISPATCH_TO_HELPER(zend_fetch_static_prop_helper, type, BP_VAR_UNSET); 1895 ZEND_VM_DISPATCH_TO_HELPER(zend_fetch_static_prop_helper, type, BP_VAR_IS);
|
Completed in 37 milliseconds