Searched refs:zend_emit_op_tmp (Results 1 – 1 of 1) sorted by relevance
/PHP-8.4/Zend/ |
H A D | zend_compile.c | 4075 zend_emit_op_tmp(result, ZEND_STRLEN, &arg_node, NULL); in zend_compile_func_strlen() 4514 zend_emit_op_tmp(result, ZEND_GET_CLASS, NULL, NULL); in zend_compile_func_get_class() 4549 zend_emit_op_tmp(result, ZEND_GET_TYPE, &arg_node, NULL); in zend_compile_func_gettype() 5422 zend_emit_op_tmp(result, ZEND_CLONE, &obj_node, NULL); in zend_compile_clone() 9929 zend_emit_op_tmp(result, opcode, &right_node, NULL); in zend_compile_binary_op() 9933 zend_emit_op_tmp(result, opcode, &right_node, NULL); in zend_compile_binary_op() 9939 zend_emit_op_tmp(result, opcode, &left_node, NULL); in zend_compile_binary_op() 9943 zend_emit_op_tmp(result, opcode, &left_node, NULL); in zend_compile_binary_op() 10015 zend_emit_op_tmp(result, in zend_compile_greater() 10036 zend_emit_op_tmp(result, opcode, &expr_node, NULL); in zend_compile_unary_op() [all …]
|
Completed in 38 milliseconds