Home
last modified time | relevance | path

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

/php-src/Zend/tests/
H A Dbug53629.phpt2 Bug #53629 (memory leak inside highlight_string())
24 highlight_string($str, true);
25 highlight_string($str2, true);
H A D67468.phpt2 Bug #67468 (Segfault in highlight_file()/highlight_string())
5 highlight_string("<?php __CLASS__;", true);
H A Dbug71086.phpt2 Bug #71086: Invalid numeric literal parse error within highlight_string() function
6 $highlightedString = highlight_string("<?php \n 09 09 09;", true);
H A Dbug42767.phpt2 Bug #42767 (highlight_string() truncates trailing comments)
11 highlight_string('<?php /*some comment..');
H A Dbug36513.phpt6 …echo "'".trim(str_replace("&nbsp;", " ", htmlspecialchars_decode(strip_tags(highlight_string($s,1)…
H A Dnowdoc_014.phpt18 highlight_string($code);
H A Dbug35655.phpt19 highlight_string($code);
H A Dnowdoc_013.phpt20 highlight_string($code);
/php-src/ext/standard/tests/strings/
H A D005.phpt2 highlight_string(), output buffer and error level
13 highlight_string($string, true);
/php-src/ext/standard/tests/general_functions/
H A Dhighlight_heredoc.phpt2 highlight_string() handling of heredoc
16 highlight_string($str);
/php-src/tests/strings/
H A D004.phpt2 highlight_string() buffering
11 $var = highlight_string("<br /><?php echo \"foo\"; ?><br />");
12 $var = highlight_string("<br /><?php echo \"bar\"; ?><br />", TRUE);
H A Dbug26703.phpt11 highlight_string('<?php echo "foo[] $a \n"; ?>');
/php-src/Zend/
H A Dzend_highlight.h34 char *highlight_string; member
43 ZEND_API void highlight_string(zend_string *str, zend_syntax_highlighter_ini *syntax_highlighter_in…
H A Dzend_highlight.c112 next_color = syntax_highlighter_ini->highlight_string; in zend_highlight()
H A Dzend_language_scanner.l846 void highlight_string(zend_string *str, zend_syntax_highlighter_ini *syntax_highlighter_ini, const … in highlight_string() function
/php-src/ext/standard/
H A Dbasic_functions.c1748 syntax_highlighter_ini->highlight_string = INI_STR("highlight.string");
1829 PHP_FUNCTION(highlight_string) argument
1853 highlight_string(str, &syntax_highlighter_ini, hicompiled_string_description);
H A Dbasic_functions.stub.php2019 function highlight_string(string $string, bool $return = false): string|bool {} function
H A Dbasic_functions_arginfo.h2442 ZEND_FUNCTION(highlight_string);
3068 ZEND_FE(highlight_string, arginfo_highlight_string)

Completed in 60 milliseconds