Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_ast.c162 shift_right_function(result, &op1, &op2 TSRMLS_CC); in zend_ast_evaluate()
H A Dzend_opcode.c852 return (binary_op_type) shift_right_function; in get_binary_op()
H A Dzend_operators.h60 ZEND_API int shift_right_function(zval *result, zval *op1, zval *op2 TSRMLS_DC);
H A Dzend_vm_execute.h3436 shift_right_function(&EX_T(opline->result.var).tmp_var, in ZEND_SR_SPEC_CONST_CONST_HANDLER()
4627 shift_right_function(&EX_T(opline->result.var).tmp_var, in ZEND_SR_SPEC_CONST_TMP_HANDLER()
5332 shift_right_function(&EX_T(opline->result.var).tmp_var, in ZEND_SR_SPEC_CONST_VAR_HANDLER()
7094 shift_right_function(&EX_T(opline->result.var).tmp_var, in ZEND_SR_SPEC_CONST_CV_HANDLER()
8869 shift_right_function(&EX_T(opline->result.var).tmp_var, in ZEND_SR_SPEC_TMP_CONST_HANDLER()
9924 shift_right_function(&EX_T(opline->result.var).tmp_var, in ZEND_SR_SPEC_TMP_TMP_HANDLER()
10631 shift_right_function(&EX_T(opline->result.var).tmp_var, in ZEND_SR_SPEC_TMP_VAR_HANDLER()
12246 shift_right_function(&EX_T(opline->result.var).tmp_var, in ZEND_SR_SPEC_TMP_CV_HANDLER()
14356 shift_right_function(&EX_T(opline->result.var).tmp_var, in ZEND_SR_SPEC_VAR_CONST_HANDLER()
16889 shift_right_function(&EX_T(opline->result.var).tmp_var, in ZEND_SR_SPEC_VAR_TMP_HANDLER()
[all …]
H A Dzend_operators.c1376 ZEND_API int shift_right_function(zval *result, zval *op1, zval *op2 TSRMLS_DC) /* {{{ */ in shift_right_function() function
H A Dzend_vm_def.h124 shift_right_function(&EX_T(opline->result.var).tmp_var,
569 ZEND_VM_DISPATCH_TO_HELPER_EX(zend_binary_assign_op_helper, binary_op, shift_right_function);

Completed in 123 milliseconds