new_compiled_filename 253 Zend/zend_compile.c ZEND_API char *zend_set_compiled_filename(const char *new_compiled_filename TSRMLS_DC) /* {{{ */ new_compiled_filename 256 Zend/zend_compile.c int length = strlen(new_compiled_filename); new_compiled_filename 258 Zend/zend_compile.c if (zend_hash_find(&CG(filenames_table), new_compiled_filename, length+1, (void **) &pp) == SUCCESS) { new_compiled_filename 262 Zend/zend_compile.c p = estrndup(new_compiled_filename, length); new_compiled_filename 263 Zend/zend_compile.c zend_hash_update(&CG(filenames_table), new_compiled_filename, length+1, &p, sizeof(char *), (void **) &pp); new_compiled_filename 447 Zend/zend_compile.h ZEND_API char *zend_set_compiled_filename(const char *new_compiled_filename TSRMLS_DC);