Searched refs:highlight_string (Results 1 – 18 of 18) sorted by relevance
/php-src/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 | bug35655.phpt | 19 highlight_string($code);
|
/php-src/ext/standard/tests/strings/ |
H A D | 005.phpt | 2 highlight_string(), output buffer and error level 13 highlight_string($string, true);
|
/php-src/ext/standard/tests/general_functions/ |
H A D | highlight_heredoc.phpt | 2 highlight_string() handling of heredoc 16 highlight_string($str);
|
/php-src/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-src/Zend/ |
H A D | zend_highlight.h | 36 char *highlight_string; member 45 ZEND_API void highlight_string(zend_string *str, zend_syntax_highlighter_ini *syntax_highlighter_in…
|
H A D | zend_highlight.c | 113 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-src/Zend/tests/heredoc_nowdoc/ |
H A D | nowdoc_014.phpt | 18 highlight_string($code);
|
H A D | nowdoc_013.phpt | 20 highlight_string($code);
|
/php-src/ext/standard/ |
H A D | basic_functions.c | 1762 syntax_highlighter_ini->highlight_string = INI_STR("highlight.string"); 1843 PHP_FUNCTION(highlight_string) argument 1867 highlight_string(str, &syntax_highlighter_ini, hicompiled_string_description);
|
H A D | basic_functions.stub.php | 2007 function highlight_string(string $string, bool $return = false): string|true {} function
|
H A D | basic_functions_arginfo.h | 2421 ZEND_FUNCTION(highlight_string); 3016 ZEND_FE(highlight_string, arginfo_highlight_string)
|
Completed in 51 milliseconds