4 lines
48 B
PHP
4 lines
48 B
PHP
<?php
|
|
echo __FILE__ . ' - ' . __LINE__;
|
|
?>
|
<?php
|
|
echo __FILE__ . ' - ' . __LINE__;
|
|
?>
|