Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_language_scanner.l686 zend_string *new_compiled_filename; in zend_prepare_string_for_scanning() local
719 new_compiled_filename = zend_string_init(filename, strlen(filename), 0); in zend_prepare_string_for_scanning()
720 zend_set_compiled_filename(new_compiled_filename); in zend_prepare_string_for_scanning()
721 zend_string_release(new_compiled_filename); in zend_prepare_string_for_scanning()
H A Dzend_compile.h708 ZEND_API zend_string *zend_set_compiled_filename(zend_string *new_compiled_filename);
H A Dzend_compile.c357 ZEND_API zend_string *zend_set_compiled_filename(zend_string *new_compiled_filename) /* {{{ */ in zend_set_compiled_filename() argument
361 if ((p = zend_hash_find(&CG(filenames_table), new_compiled_filename))) { in zend_set_compiled_filename()
367 ZVAL_STR_COPY(&rv, new_compiled_filename); in zend_set_compiled_filename()
368 zend_hash_update(&CG(filenames_table), new_compiled_filename, &rv); in zend_set_compiled_filename()
370 CG(compiled_filename) = new_compiled_filename; in zend_set_compiled_filename()
371 return new_compiled_filename; in zend_set_compiled_filename()
H A Dzend_language_scanner.c688 zend_string *new_compiled_filename; in zend_prepare_string_for_scanning() local
721 new_compiled_filename = zend_string_init(filename, strlen(filename), 0); in zend_prepare_string_for_scanning()
722 zend_set_compiled_filename(new_compiled_filename); in zend_prepare_string_for_scanning()
723 zend_string_release(new_compiled_filename); in zend_prepare_string_for_scanning()

Completed in 52 milliseconds