Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_constants.c269 char *haltname; in zend_get_special_constant() local
275 zend_mangle_property_name(&haltname, &len, haltoff, in zend_get_special_constant()
277 ret = zend_hash_find(EG(zend_constants), haltname, len+1, (void **) c); in zend_get_special_constant()
278 efree(haltname); in zend_get_special_constant()

Completed in 5 milliseconds