compiled_filename  509 Zend/zend.c    	compiler_globals->compiled_filename = NULL;
compiled_filename  259 Zend/zend_compile.c 		CG(compiled_filename) = *pp;
compiled_filename  264 Zend/zend_compile.c 	CG(compiled_filename) = p;
compiled_filename  271 Zend/zend_compile.c 	CG(compiled_filename) = original_compiled_filename;
compiled_filename  277 Zend/zend_compile.c 	return CG(compiled_filename);
compiled_filename 7214 Zend/zend_compile.c 	           (*pce)->info.user.filename == CG(compiled_filename)) {
compiled_filename 7289 Zend/zend_compile.c 		if (zend_hash_find(lookup_table, lookup_name, Z_STRLEN_P(name)+1, (void **) &function) == SUCCESS && function->type == ZEND_USER_FUNCTION && strcmp(function->op_array.filename, CG(compiled_filename)) == 0) {
compiled_filename 7301 Zend/zend_compile.c 		if (zend_hash_find(lookup_table, lookup_name, Z_STRLEN_P(name)+1, (void **) &filename) == SUCCESS && strcmp(filename, CG(compiled_filename)) == 0) {
compiled_filename 7384 Zend/zend_compile.c 	zend_hash_add(&CG(const_filenames), Z_STRVAL(name->u.constant), Z_STRLEN(name->u.constant)+1, CG(compiled_filename), strlen(CG(compiled_filename))+1, NULL);
compiled_filename   88 Zend/zend_globals.h 	char *compiled_filename;
compiled_filename 1053 ext/opcache/zend_accelerator_util_funcs.c 		char *orig_compiled_filename = CG(compiled_filename);
compiled_filename 1054 ext/opcache/zend_accelerator_util_funcs.c 		CG(compiled_filename) = persistent_script->full_path;
compiled_filename 1056 ext/opcache/zend_accelerator_util_funcs.c 		CG(compiled_filename) = orig_compiled_filename;