Searched refs:zend_emit_op_tmp (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/Zend/ |
H A D | zend_compile.c | 3395 zend_emit_op_tmp(result, ZEND_STRLEN, &arg_node, NULL); in zend_compile_func_strlen() 3774 zend_emit_op_tmp(result, ZEND_COUNT, &arg_node, NULL); in zend_compile_func_count() 3782 zend_emit_op_tmp(result, ZEND_GET_CLASS, NULL, NULL); in zend_compile_func_get_class() 3817 zend_emit_op_tmp(result, ZEND_GET_TYPE, &arg_node, NULL); in zend_compile_func_gettype() 4208 zend_emit_op_tmp(result, ZEND_CLONE, &obj_node, NULL); in zend_compile_clone() 7069 zend_emit_op_tmp(result, opcode, &right_node, NULL); in zend_compile_binary_op() 7073 zend_emit_op_tmp(result, opcode, &right_node, NULL); in zend_compile_binary_op() 7079 zend_emit_op_tmp(result, opcode, &left_node, NULL); in zend_compile_binary_op() 7083 zend_emit_op_tmp(result, opcode, &left_node, NULL); in zend_compile_binary_op() 7124 zend_emit_op_tmp(result, in zend_compile_greater() [all …]
|
Completed in 23 milliseconds