Searched refs:arKey (Results 1 – 3 of 3) sorted by relevance
143 static int phar_add_empty(HashTable *ht, char *arKey, uint nKeyLength) /* {{{ */ in phar_add_empty() argument148 return (zend_hash_str_update(ht, arKey, nKeyLength, &dummy) != NULL) ? SUCCESS : FAILURE; in phar_add_empty()
300 ____print_str $p->arKey $p->nKeyLength
170 . Fixed bug #75311 (error: 'zend_hash_key' has no member named 'arKey' in
Completed in 13 milliseconds