~legolas/ubuntu/natty/php5/5.3.5

« back to all changes in this revision

Viewing changes to ext/spl/tests/spl_fileinfo_getlinktarget_basic.phpt

  • Committer: Stas Verberkt
  • Date: 2011-02-01 09:27:15 UTC
  • Revision ID: legolas@legolasweb.nl-20110201092715-yq052iu2yl4i2eyg
Inserted PHP 5.3.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
?>
9
9
--FILE--
10
10
<?php
11
 
$link = 'test_link';
 
11
$link = __DIR__ . '/test_link';
12
12
symlink(__FILE__, $link );
13
13
$fileInfo = new SplFileInfo($link);
14
14