Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_ast.c242 is_smaller_function(result, &op1, &op2 TSRMLS_CC); in zend_ast_evaluate()
H A Dzend_opcode.c871 return (binary_op_type) is_smaller_function; in get_binary_op()
H A Dzend_operators.h67 ZEND_API int is_smaller_function(zval *result, zval *op1, zval *op2 TSRMLS_DC);
H A Dzend_operators.c1872 ZEND_API int is_smaller_function(zval *result, zval *op1, zval *op2 TSRMLS_DC) /* {{{ */ in is_smaller_function() function
/PHP-5.6/ext/standard/
H A Darray.c976 is_smaller_function(&result, *args[i], *min TSRMLS_CC); in PHP_FUNCTION()

Completed in 27 milliseconds