Searched refs:zend_emit_op_tmp (Results 1 – 1 of 1) sorted by relevance
/php-src/Zend/ |
H A D | zend_compile.c | 4071 zend_emit_op_tmp(result, ZEND_STRLEN, &arg_node, NULL); in zend_compile_func_strlen() 4510 zend_emit_op_tmp(result, ZEND_GET_CLASS, NULL, NULL); in zend_compile_func_get_class() 4545 zend_emit_op_tmp(result, ZEND_GET_TYPE, &arg_node, NULL); in zend_compile_func_gettype() 5418 zend_emit_op_tmp(result, ZEND_CLONE, &obj_node, NULL); in zend_compile_clone() 9937 zend_emit_op_tmp(result, opcode, &right_node, NULL); in zend_compile_binary_op() 9941 zend_emit_op_tmp(result, opcode, &right_node, NULL); in zend_compile_binary_op() 9947 zend_emit_op_tmp(result, opcode, &left_node, NULL); in zend_compile_binary_op() 9951 zend_emit_op_tmp(result, opcode, &left_node, NULL); in zend_compile_binary_op() 10023 zend_emit_op_tmp(result, in zend_compile_greater() 10044 zend_emit_op_tmp(result, opcode, &expr_node, NULL); in zend_compile_unary_op() [all …]
|
Completed in 34 milliseconds