Searched refs:pht (Results 1 – 2 of 2) sorted by relevance
176 HashTable **pht; in UpdateIniFromRegistry() local252 if (zend_hash_find(PW32G(registry_directories), path, path_len+1, (void**)&pht) == SUCCESS) { in UpdateIniFromRegistry()253 HashTable *ht = *pht; in UpdateIniFromRegistry()
1964 HashTable **pht; in zend_release_labels() local1966 zend_stack_top(&CG(labels_stack), (void**)&pht); in zend_release_labels()1967 CG(labels) = *pht; in zend_release_labels()
Completed in 21 milliseconds