Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_opcode.c1092 return (binary_op_type) is_smaller_function; in get_binary_op()
H A Dzend_operators.h63 ZEND_API int ZEND_FASTCALL is_smaller_function(zval *result, zval *op1, zval *op2);
H A Dzend_ast.c504 ? is_smaller_function : is_smaller_or_equal_function; in zend_ast_evaluate()
H A Dzend_operators.c2295 ZEND_API int ZEND_FASTCALL is_smaller_function(zval *result, zval *op1, zval *op2) /* {{{ */ in is_smaller_function() function
H A Dzend_compile.c7087 ? is_smaller_function : is_smaller_or_equal_function; in zend_ct_eval_greater()
/PHP-7.4/ext/standard/
H A Darray.c1293 is_smaller_function(&result, &args[i], min); in PHP_FUNCTION()

Completed in 72 milliseconds