Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_opcode.c738 return (binary_op_type) is_smaller_function; in get_binary_op()
H A Dzend_operators.h66 ZEND_API int ZEND_FASTCALL is_smaller_function(zval *result, zval *op1, zval *op2);
H A Dzend_ast.c468 ? is_smaller_function : is_smaller_or_equal_function; in zend_ast_evaluate()
H A Dzend_operators.c2269 ZEND_API int ZEND_FASTCALL is_smaller_function(zval *result, zval *op1, zval *op2) /* {{{ */ in is_smaller_function() function
H A Dzend_compile.c7030 ? is_smaller_function : is_smaller_or_equal_function; in zend_ct_eval_greater()
/PHP-7.3/ext/standard/
H A Darray.c1299 is_smaller_function(&result, &args[i], min); in PHP_FUNCTION()

Completed in 57 milliseconds