Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dbasic_functions.c5338 char *hicompiled_string_description; local
5357 hicompiled_string_description = zend_make_compiled_string_description("highlighted code");
5359 if (highlight_string(expr, &syntax_highlighter_ini, hicompiled_string_description) == FAILURE) {
5360 efree(hicompiled_string_description);
5367 efree(hicompiled_string_description);

Completed in 17 milliseconds