Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_operators.h76 ZEND_API zend_result ZEND_FASTCALL is_smaller_function(zval *result, zval *op1, zval *op2);
H A Dzend_opcode.c1222 return (binary_op_type) is_smaller_function; in get_binary_op()
H A Dzend_ast.c530 ? is_smaller_function : is_smaller_or_equal_function; in zend_ast_evaluate_ex()
H A Dzend_operators.c2338 ZEND_API zend_result ZEND_FASTCALL is_smaller_function(zval *result, zval *op1, zval *op2) /* {{{ */ in is_smaller_function() function
H A Dzend_compile.c8641 ? is_smaller_function : is_smaller_or_equal_function; in zend_ct_eval_greater()
/PHP-8.2/ext/standard/
H A Darray.c1234 is_smaller_function(&result, &args[i], min); in PHP_FUNCTION()

Completed in 75 milliseconds