Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Darray.c2425 int add_key; /* Flag to indicate whether a key should be added */ in PHP_FUNCTION() local
2444 add_key = 1; in PHP_FUNCTION()
2451 add_key = zval_is_true(&res); in PHP_FUNCTION()
2454 if (add_key) { in PHP_FUNCTION()

Completed in 15 milliseconds