Home
last modified time | relevance | path

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

/PHP-7.3/ext/date/
H A Dphp_date.c4868 zval element, *abbr_array_p, abbr_array; in PHP_FUNCTION() local
4884 abbr_array_p = zend_hash_str_find(Z_ARRVAL_P(return_value), entry->name, strlen(entry->name)); in PHP_FUNCTION()
4885 if (!abbr_array_p) { in PHP_FUNCTION()
4889 ZVAL_COPY_VALUE(&abbr_array, abbr_array_p); in PHP_FUNCTION()

Completed in 18 milliseconds