is_smaller_function  241 Zend/zend_ast.c 					? is_smaller_function : is_smaller_or_equal_function;
is_smaller_function 5827 Zend/zend_compile.c 		? is_smaller_function : is_smaller_or_equal_function;
is_smaller_function  760 Zend/zend_opcode.c 			return (binary_op_type) is_smaller_function;
is_smaller_function   70 Zend/zend_operators.h ZEND_API int ZEND_FASTCALL is_smaller_function(zval *result, zval *op1, zval *op2);
is_smaller_function 1363 ext/standard/array.c 			is_smaller_function(&result, &args[i], min);