fix build under newer KConfig by bump cmake min version
This commit is contained in:
20
3rdparty/lexilla540/lexilla/test/examples/hypertext/x.php
vendored
Normal file
20
3rdparty/lexilla540/lexilla/test/examples/hypertext/x.php
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
<head> <!-- About to script -->
|
||||
<?php
|
||||
decrypt "xyzzy";
|
||||
echo __FILE__.__LINE__;
|
||||
echo "<!-- -->\n";
|
||||
/* ?> */
|
||||
?>
|
||||
<strong>for</strong><b>if</b>
|
||||
<?= 'short echo tag' ?>
|
||||
<? echo 'short tag' ?>
|
||||
<script>
|
||||
alert("<?php echo "PHP" . ' Code'; ?>");
|
||||
alert('<?= 'PHP' . "Code"; ?>');
|
||||
var xml =
|
||||
'<?xml version="1.0" encoding="iso-8859-1"?><SO_GL>' +
|
||||
'<GLOBAL_LIST mode="complete"><NAME>SO_SINGLE_MULTIPLE_COMMAND_BUILDER</NAME>' +
|
||||
'<LIST_ELEMENT><CODE>1</CODE><LIST_VALUE><![CDATA[RM QI WEB BOOKING]]></LIST_VALUE></LIST_ELEMENT>' +
|
||||
'<LIST_ELEMENT><CODE>1</CODE><LIST_VALUE><![CDATA[RM *PCC]]></LIST_VALUE></LIST_ELEMENT>' +
|
||||
'</GLOBAL_LIST></SO_GL>';
|
||||
</script>
|
Reference in New Issue
Block a user