Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Darray.c2305 int add_key; /* Flag to indicate whether a key should be added */ in PHP_FUNCTION() local
2324 add_key = 1; in PHP_FUNCTION()
2331 add_key = zval_is_true(&res); in PHP_FUNCTION()
2334 if (add_key) { in PHP_FUNCTION()

Completed in 13 milliseconds