Make it inline

This commit is contained in:
Xinchen Hui 2014-12-20 05:17:56 -05:00
parent c94f62d0d9
commit abb98080c7

View File

@ -1224,7 +1224,7 @@ PHP_FUNCTION(array_walk_recursive)
* 0 = return boolean
* 1 = return key
*/
static void php_search_array(INTERNAL_FUNCTION_PARAMETERS, int behavior) /* {{{ */
static zend_always_inline void php_search_array(INTERNAL_FUNCTION_PARAMETERS, int behavior) /* {{{ */
{
zval *value, /* value to check for */
*array, /* array to check in */