Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_opcode.c472 return (binary_op_type) shift_right_function; in get_binary_op()
H A Dzend_operators.h52 ZEND_API int shift_right_function(zval *result, zval *op1, zval *op2 TSRMLS_DC);
H A Dzend_vm_execute.h2491 shift_right_function(&EX_T(opline->result.u.var).tmp_var, in ZEND_SR_SPEC_CONST_CONST_HANDLER()
3090 shift_right_function(&EX_T(opline->result.u.var).tmp_var, in ZEND_SR_SPEC_CONST_TMP_HANDLER()
3559 shift_right_function(&EX_T(opline->result.u.var).tmp_var, in ZEND_SR_SPEC_CONST_VAR_HANDLER()
4221 shift_right_function(&EX_T(opline->result.u.var).tmp_var, in ZEND_SR_SPEC_CONST_CV_HANDLER()
5810 shift_right_function(&EX_T(opline->result.u.var).tmp_var, in ZEND_SR_SPEC_TMP_CONST_HANDLER()
6295 shift_right_function(&EX_T(opline->result.u.var).tmp_var, in ZEND_SR_SPEC_TMP_TMP_HANDLER()
6761 shift_right_function(&EX_T(opline->result.u.var).tmp_var, in ZEND_SR_SPEC_TMP_VAR_HANDLER()
7320 shift_right_function(&EX_T(opline->result.u.var).tmp_var, in ZEND_SR_SPEC_TMP_CV_HANDLER()
9311 shift_right_function(&EX_T(opline->result.u.var).tmp_var, in ZEND_SR_SPEC_VAR_CONST_HANDLER()
11121 shift_right_function(&EX_T(opline->result.u.var).tmp_var, in ZEND_SR_SPEC_VAR_TMP_HANDLER()
[all …]
H A Dzend_operators.c1186 ZEND_API int shift_right_function(zval *result, zval *op1, zval *op2 TSRMLS_DC) /* {{{ */ in shift_right_function() function
H A Dzend_vm_def.h111 shift_right_function(&EX_T(opline->result.u.var).tmp_var,
521 ZEND_VM_DISPATCH_TO_HELPER_EX(zend_binary_assign_op_helper, binary_op, shift_right_function);

Completed in 91 milliseconds