new_compiled_filename  338 Zend/zend_compile.c ZEND_API zend_string *zend_set_compiled_filename(zend_string *new_compiled_filename) /* {{{ */
new_compiled_filename  342 Zend/zend_compile.c 	if ((p = zend_hash_find(&CG(filenames_table), new_compiled_filename))) {
new_compiled_filename  348 Zend/zend_compile.c 	ZVAL_STR_COPY(&rv, new_compiled_filename);
new_compiled_filename  349 Zend/zend_compile.c 	zend_hash_update(&CG(filenames_table), new_compiled_filename, &rv);
new_compiled_filename  351 Zend/zend_compile.c 	CG(compiled_filename) = new_compiled_filename;
new_compiled_filename  352 Zend/zend_compile.c 	return new_compiled_filename;
new_compiled_filename  677 Zend/zend_compile.h ZEND_API zend_string *zend_set_compiled_filename(zend_string *new_compiled_filename);
new_compiled_filename  673 Zend/zend_language_scanner.c 	zend_string *new_compiled_filename;
new_compiled_filename  706 Zend/zend_language_scanner.c 	new_compiled_filename = zend_string_init(filename, strlen(filename), 0);
new_compiled_filename  707 Zend/zend_language_scanner.c 	zend_set_compiled_filename(new_compiled_filename);
new_compiled_filename  708 Zend/zend_language_scanner.c 	zend_string_release(new_compiled_filename);