Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

--TEST-- SPL: Spl File Info test getGroup --CREDITS-- Cesare D'Amico <cesare.damico@gruppo..

Decoded Output download

--TEST--
SPL: Spl File Info test getGroup
--CREDITS--
Cesare D'Amico <[email protected]>
Andrea Giorgini <[email protected]>
Filippo De Santis <[email protected]>
Daniel Londero <[email protected]>
Francesco Trucchia <[email protected]>
Jacopo Romei <[email protected]>
#Test Fest Cesena (Italy) on 2009-06-20
--FILE--
<?php

//file
$fileInfo = new SplFileInfo('not_existing');
var_dump($fileInfo->getGroup());
?>
--EXPECTF--
Fatal error: Uncaught RuntimeException: SplFileInfo::getGroup(): stat failed for not_existing in %s
Stack trace:
#0 %s: SplFileInfo->getGroup()
#1 {main}
  thrown in %s on line %d

Did this file decode correctly?

Original Code

--TEST--
SPL: Spl File Info test getGroup
--CREDITS--
Cesare D'Amico <[email protected]>
Andrea Giorgini <[email protected]>
Filippo De Santis <[email protected]>
Daniel Londero <[email protected]>
Francesco Trucchia <[email protected]>
Jacopo Romei <[email protected]>
#Test Fest Cesena (Italy) on 2009-06-20
--FILE--
<?php

//file
$fileInfo = new SplFileInfo('not_existing');
var_dump($fileInfo->getGroup());
?>
--EXPECTF--
Fatal error: Uncaught RuntimeException: SplFileInfo::getGroup(): stat failed for not_existing in %s
Stack trace:
#0 %s: SplFileInfo->getGroup()
#1 {main}
  thrown in %s on line %d

Function Calls

None

Variables

None

Stats

MD5 977b3657a343c65ec11989b823b78171
Eval Count 0
Decode Time 104 ms