Home
last modified time | relevance | path

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

/php-src/Zend/Optimizer/
H A Dzend_inference.h228 ZEND_API uint32_t zend_fetch_arg_info_type(
H A Dzend_inference.c2397 ZEND_API uint32_t zend_fetch_arg_info_type(const zend_script *script, const zend_arg_info *arg_info… in zend_fetch_arg_info_type() function
3306 tmp = zend_fetch_arg_info_type(script, arg_info, &ce); in _zend_update_type_info()
3961 tmp = zend_fetch_arg_info_type(script, ret_info, &ce); in _zend_update_type_info()
4512 type = zend_fetch_arg_info_type(script, ret_info, ce); in zend_get_return_info_from_signature_only()
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c1667 uint32_t tmp = zend_fetch_arg_info_type(script, arg_info, &ce); in zend_jit_trace_build_tssa()
2138 uint32_t tmp = zend_fetch_arg_info_type(script, arg_info, &ce); in zend_jit_trace_build_tssa()
2474 uint32_t tmp = zend_fetch_arg_info_type(script, arg_info, &ce); in zend_jit_trace_build_tssa()
2640 uint32_t ret_type = zend_fetch_arg_info_type(NULL, ret_info, &ce); in zend_jit_trace_build_tssa()

Completed in 39 milliseconds