Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Darray.c2439 int add_key; /* Flag to indicate whether a key should be added */ in PHP_FUNCTION() local
2461 add_key = 1; in PHP_FUNCTION()
2468 add_key = zval_is_true(&res); in PHP_FUNCTION()
2471 if (add_key) { in PHP_FUNCTION()

Completed in 14 milliseconds