Home
last modified time | relevance | path

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

/PHP-7.2/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.h722 ZEND_API zend_string *zend_set_compiled_filename(zend_string *new_compiled_filename);
H A Dzend_language_scanner.c689 zend_string *new_compiled_filename; in zend_prepare_string_for_scanning() local
722 new_compiled_filename = zend_string_init(filename, strlen(filename), 0); in zend_prepare_string_for_scanning()
723 zend_set_compiled_filename(new_compiled_filename); in zend_prepare_string_for_scanning()
724 zend_string_release(new_compiled_filename); in zend_prepare_string_for_scanning()
H A Dzend_compile.c375 ZEND_API zend_string *zend_set_compiled_filename(zend_string *new_compiled_filename) /* {{{ */ in zend_set_compiled_filename() argument
379 if ((p = zend_hash_find(&CG(filenames_table), new_compiled_filename))) { in zend_set_compiled_filename()
385 ZVAL_STR_COPY(&rv, new_compiled_filename); in zend_set_compiled_filename()
386 zend_hash_update(&CG(filenames_table), new_compiled_filename, &rv); in zend_set_compiled_filename()
388 CG(compiled_filename) = new_compiled_filename; in zend_set_compiled_filename()
389 return new_compiled_filename; in zend_set_compiled_filename()

Completed in 45 milliseconds