Home
last modified time | relevance | path

Searched refs:zend_set_compiled_filename (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c877 zend_set_compiled_filename(function1->op_array.filename TSRMLS_CC);
898 zend_set_compiled_filename((*pce1)->info.user.filename TSRMLS_CC);
901 zend_set_compiled_filename((*pce1)->filename TSRMLS_CC);
915 char *orig_compiled_filename = zend_set_compiled_filename(op_array->filename TSRMLS_CC);
/PHP-5.5/Zend/
H A Dzend_language_scanner.l537 zend_set_compiled_filename(file_path TSRMLS_CC); in open_file_for_scanning()
694 zend_set_compiled_filename(filename TSRMLS_CC); in zend_prepare_string_for_scanning()
H A Dzend_compile.h434 ZEND_API char *zend_set_compiled_filename(const char *new_compiled_filename TSRMLS_DC);
H A Dzend_language_scanner.c539 zend_set_compiled_filename(file_path TSRMLS_CC); in open_file_for_scanning()
696 zend_set_compiled_filename(filename TSRMLS_CC); in zend_prepare_string_for_scanning()
H A Dzend_compile.c249 ZEND_API char *zend_set_compiled_filename(const char *new_compiled_filename TSRMLS_DC) /* {{{ */ in zend_set_compiled_filename() function

Completed in 106 milliseconds