mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 09:32:24 -04:00
5 lines
72 B
PHP
5 lines
72 B
PHP
<?php
|
|
function foo() {
|
|
$toto = 'fopen';
|
|
$toto('foobar', 'r');
|
|
}
|