Home
last modified time | relevance | path

Searched refs:is_smaller_or_equal_function (Results 1 – 6 of 6) sorted by path

/PHP-8.1/Zend/
H A Dzend_ast.c516 ? is_smaller_function : is_smaller_or_equal_function; in zend_ast_evaluate()
H A Dzend_compile.c8506 ? is_smaller_function : is_smaller_or_equal_function; in zend_ct_eval_greater()
H A Dzend_opcode.c1217 return (binary_op_type) is_smaller_or_equal_function; in get_binary_op()
H A Dzend_operators.c2295 ZEND_API zend_result ZEND_FASTCALL is_smaller_or_equal_function(zval *result, zval *op1, zval *op2)… in is_smaller_or_equal_function() function
H A Dzend_operators.h64 ZEND_API zend_result ZEND_FASTCALL is_smaller_or_equal_function(zval *result, zval *op1, zval *op2);
/PHP-8.1/ext/standard/
H A Darray.c1327 is_smaller_or_equal_function(&result, &args[i], max); in PHP_FUNCTION()

Completed in 79 milliseconds