mirror of
https://github.com/php/php-src.git
synced 2024-12-24 17:30:48 +08:00
Make it inline
This commit is contained in:
parent
c94f62d0d9
commit
abb98080c7
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user