Changes between Initial Version and Version 1 of Ticket #42517, comment 1
- Timestamp:
- 11/12/2017 06:28:44 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42517, comment 1
initial v1 30 30 31 31 {{{ 32 $file_data = preg_replace( '#\s* (?:<\?(?:php)?)?(.*?)(?:\?>)?#i', '$1', $file_data, 1 );32 $file_data = preg_replace( '#\s*<\?(?:php)?(.*?)(?:\?>)?#i', '$1', $file_data, 1 ); 33 33 34 34 }}}