Searched refs:highlight_string (Results 1 – 19 of 19) sorted by relevance
/PHP-8.3/Zend/tests/ |
H A D | bug53629.phpt | 2 Bug #53629 (memory leak inside highlight_string()) 24 highlight_string($str, true); 25 highlight_string($str2, true);
|
H A D | 67468.phpt | 2 Bug #67468 (Segfault in highlight_file()/highlight_string()) 5 highlight_string("<?php __CLASS__;", true);
|
H A D | bug71086.phpt | 2 Bug #71086: Invalid numeric literal parse error within highlight_string() function 6 $highlightedString = highlight_string("<?php \n 09 09 09;", true);
|
H A D | bug42767.phpt | 2 Bug #42767 (highlight_string() truncates trailing comments) 11 highlight_string('<?php /*some comment..');
|
H A D | bug36513.phpt | 6 …echo "'".trim(str_replace(" ", " ", htmlspecialchars_decode(strip_tags(highlight_string($s,1)…
|
H A D | nowdoc_014.phpt | 18 highlight_string($code);
|
H A D | bug35655.phpt | 19 highlight_string($code);
|
H A D | nowdoc_013.phpt | 20 highlight_string($code);
|
/PHP-8.3/ext/standard/tests/strings/ |
H A D | 005.phpt | 2 highlight_string(), output buffer and error level 13 highlight_string($string, true);
|
/PHP-8.3/ext/standard/tests/general_functions/ |
H A D | highlight_heredoc.phpt | 2 highlight_string() handling of heredoc 16 highlight_string($str);
|
/PHP-8.3/tests/strings/ |
H A D | 004.phpt | 2 highlight_string() buffering 11 $var = highlight_string("<br /><?php echo \"foo\"; ?><br />"); 12 $var = highlight_string("<br /><?php echo \"bar\"; ?><br />", TRUE);
|
H A D | bug26703.phpt | 11 highlight_string('<?php echo "foo[] $a \n"; ?>');
|
/PHP-8.3/Zend/ |
H A D | zend_highlight.h | 34 char *highlight_string; member 43 ZEND_API void highlight_string(zend_string *str, zend_syntax_highlighter_ini *syntax_highlighter_in…
|
H A D | zend_highlight.c | 112 next_color = syntax_highlighter_ini->highlight_string; in zend_highlight()
|
H A D | zend_language_scanner.l | 846 void highlight_string(zend_string *str, zend_syntax_highlighter_ini *syntax_highlighter_ini, const … in highlight_string() function
|
/PHP-8.3/ext/standard/ |
H A D | basic_functions.c | 1783 syntax_highlighter_ini->highlight_string = INI_STR("highlight.string"); 1864 PHP_FUNCTION(highlight_string) argument 1888 highlight_string(str, &syntax_highlighter_ini, hicompiled_string_description);
|
H A D | basic_functions.stub.php | 1991 function highlight_string(string $string, bool $return = false): string|bool {} function
|
H A D | basic_functions_arginfo.h | 2336 ZEND_FUNCTION(highlight_string); 2964 ZEND_FE(highlight_string, arginfo_highlight_string)
|
/PHP-8.3/ |
H A D | UPGRADING | 254 . The resultant HTML of highlight_string and highlight_file has changed.
|
Completed in 40 milliseconds