kezhenxu94 commented on pull request #40:
URL: https://github.com/apache/skywalking-eyes/pull/40#issuecomment-877163583
@emschu hey, thanks for bringing this up.
Is it allowed to have multiple `<?php ... ?>` in a single `.php` file, in
another word, is the following codes are valid in PHP?
```php
<?php
/**
* header license comments
*/
?>
<?php
// some real codes
?>
```
If it's valid, maybe we can simple use the following comment style config,
```yaml
- id: PHP
start: |
<?php
/*
middle: ' *'
end: |
*/
?>
```
multi-line strings in yaml is rather legit and normal.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]