Home
last modified time | relevance | path

Searched refs:zend_fetch_static_prop_helper (Results 1 – 1 of 1) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_vm_def.h1823 ZEND_VM_HELPER(zend_fetch_static_prop_helper, ANY, ANY, int type) in ZEND_VM_HELPER() argument
1846 ZEND_VM_DISPATCH_TO_HELPER(zend_fetch_static_prop_helper, type, BP_VAR_R);
1852 ZEND_VM_DISPATCH_TO_HELPER(zend_fetch_static_prop_helper, type, BP_VAR_W);
1858 ZEND_VM_DISPATCH_TO_HELPER(zend_fetch_static_prop_helper, type, BP_VAR_RW);
1867 ZEND_VM_DISPATCH_TO_HELPER(zend_fetch_static_prop_helper, type, fetch_type);
1873 ZEND_VM_DISPATCH_TO_HELPER(zend_fetch_static_prop_helper, type, BP_VAR_UNSET);
1879 ZEND_VM_DISPATCH_TO_HELPER(zend_fetch_static_prop_helper, type, BP_VAR_IS);

Completed in 17 milliseconds