Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_opcode.c460 return (binary_op_type) div_function; in get_binary_op()
H A Dzend_operators.h43 ZEND_API int div_function(zval *result, zval *op1, zval *op2 TSRMLS_DC);
H A Dzend_vm_execute.h2452 div_function(&EX_T(opline->result.u.var).tmp_var, in ZEND_DIV_SPEC_CONST_CONST_HANDLER()
3051 div_function(&EX_T(opline->result.u.var).tmp_var, in ZEND_DIV_SPEC_CONST_TMP_HANDLER()
3520 div_function(&EX_T(opline->result.u.var).tmp_var, in ZEND_DIV_SPEC_CONST_VAR_HANDLER()
4182 div_function(&EX_T(opline->result.u.var).tmp_var, in ZEND_DIV_SPEC_CONST_CV_HANDLER()
5771 div_function(&EX_T(opline->result.u.var).tmp_var, in ZEND_DIV_SPEC_TMP_CONST_HANDLER()
6256 div_function(&EX_T(opline->result.u.var).tmp_var, in ZEND_DIV_SPEC_TMP_TMP_HANDLER()
6722 div_function(&EX_T(opline->result.u.var).tmp_var, in ZEND_DIV_SPEC_TMP_VAR_HANDLER()
7281 div_function(&EX_T(opline->result.u.var).tmp_var, in ZEND_DIV_SPEC_TMP_CV_HANDLER()
9272 div_function(&EX_T(opline->result.u.var).tmp_var, in ZEND_DIV_SPEC_VAR_CONST_HANDLER()
11082 div_function(&EX_T(opline->result.u.var).tmp_var, in ZEND_DIV_SPEC_VAR_TMP_HANDLER()
[all …]
H A Dzend_operators.c908 ZEND_API int div_function(zval *result, zval *op1, zval *op2 TSRMLS_DC) /* {{{ */ in div_function() function
H A Dzend_vm_def.h72 div_function(&EX_T(opline->result.u.var).tmp_var,
506 ZEND_VM_DISPATCH_TO_HELPER_EX(zend_binary_assign_op_helper, binary_op, div_function);

Completed in 130 milliseconds