Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_vm_def.h1832 ZEND_VM_HELPER(zend_fetch_static_prop_helper, ANY, ANY, int type) in ZEND_VM_HELPER() argument
1855 ZEND_VM_DISPATCH_TO_HELPER(zend_fetch_static_prop_helper, type, BP_VAR_R);
1861 ZEND_VM_DISPATCH_TO_HELPER(zend_fetch_static_prop_helper, type, BP_VAR_W);
1867 ZEND_VM_DISPATCH_TO_HELPER(zend_fetch_static_prop_helper, type, BP_VAR_RW);
1876 ZEND_VM_DISPATCH_TO_HELPER(zend_fetch_static_prop_helper, type, fetch_type);
1882 ZEND_VM_DISPATCH_TO_HELPER(zend_fetch_static_prop_helper, type, BP_VAR_UNSET);
1888 ZEND_VM_DISPATCH_TO_HELPER(zend_fetch_static_prop_helper, type, BP_VAR_IS);

Completed in 34 milliseconds