Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dbasic_functions.c5353 char *hicompiled_string_description; local
5375 hicompiled_string_description = zend_make_compiled_string_description("highlighted code");
5377 if (highlight_string(expr, &syntax_highlighter_ini, hicompiled_string_description) == FAILURE) {
5378 efree(hicompiled_string_description);
5385 efree(hicompiled_string_description);

Completed in 15 milliseconds