Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_language_scanner.l685 zend_string *new_compiled_filename; in zend_prepare_string_for_scanning() local
718 new_compiled_filename = zend_string_init(filename, strlen(filename), 0); in zend_prepare_string_for_scanning()
719 zend_set_compiled_filename(new_compiled_filename); in zend_prepare_string_for_scanning()
720 zend_string_release_ex(new_compiled_filename, 0); in zend_prepare_string_for_scanning()
H A Dzend_compile.h728 ZEND_API zend_string *zend_set_compiled_filename(zend_string *new_compiled_filename);
H A Dzend_compile.c386 ZEND_API zend_string *zend_set_compiled_filename(zend_string *new_compiled_filename) /* {{{ */ in zend_set_compiled_filename() argument
390 if ((p = zend_hash_find(&CG(filenames_table), new_compiled_filename))) { in zend_set_compiled_filename()
396 new_compiled_filename = zend_new_interned_string(zend_string_copy(new_compiled_filename)); in zend_set_compiled_filename()
397 ZVAL_STR(&rv, new_compiled_filename); in zend_set_compiled_filename()
398 zend_hash_add_new(&CG(filenames_table), new_compiled_filename, &rv); in zend_set_compiled_filename()
400 CG(compiled_filename) = new_compiled_filename; in zend_set_compiled_filename()
401 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_ex(new_compiled_filename, 0); in zend_prepare_string_for_scanning()

Completed in 48 milliseconds