Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_compile.c3675 zend_emit_op_tmp(result, ZEND_STRLEN, &arg_node, NULL); in zend_compile_func_strlen()
4095 zend_emit_op_tmp(result, ZEND_GET_CLASS, NULL, NULL); in zend_compile_func_get_class()
4130 zend_emit_op_tmp(result, ZEND_GET_TYPE, &arg_node, NULL); in zend_compile_func_gettype()
4557 zend_emit_op_tmp(result, ZEND_CLONE, &obj_node, NULL); in zend_compile_clone()
8119 zend_emit_op_tmp(result, opcode, &right_node, NULL); in zend_compile_binary_op()
8123 zend_emit_op_tmp(result, opcode, &right_node, NULL); in zend_compile_binary_op()
8129 zend_emit_op_tmp(result, opcode, &left_node, NULL); in zend_compile_binary_op()
8133 zend_emit_op_tmp(result, opcode, &left_node, NULL); in zend_compile_binary_op()
8205 zend_emit_op_tmp(result, in zend_compile_greater()
8226 zend_emit_op_tmp(result, opcode, &expr_node, NULL); in zend_compile_unary_op()
[all …]

Completed in 27 milliseconds