Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dspl_dllist.c712 bool index_is_null = 1; in PHP_METHOD() local
716 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l!z", &index, &index_is_null, &value) == FAILURE) { in PHP_METHOD()
722 if (index_is_null) { in PHP_METHOD()
/php-src/ext/standard/
H A Darray.c4639 bool index_is_null = 1; local
4645 Z_PARAM_STR_OR_LONG_OR_NULL(index_str, index_long, index_is_null)
4653 if (index_is_null) {

Completed in 21 milliseconds