Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend.c1377 const char *cur_filename; in zend_make_compiled_string_description() local
1382 cur_filename = zend_get_compiled_filename(TSRMLS_C); in zend_make_compiled_string_description()
1385 cur_filename = zend_get_executed_filename(TSRMLS_C); in zend_make_compiled_string_description()
1388 cur_filename = "Unknown"; in zend_make_compiled_string_description()
1392 …zend_spprintf(&compiled_string_description, 0, COMPILED_STRING_DESCRIPTION_FORMAT, cur_filename, c… in zend_make_compiled_string_description()

Completed in 9 milliseconds