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-- ReflectionExtension::getDependencies() method on an extension with one optional d..

Decoded Output download

--TEST--
ReflectionExtension::getDependencies() method on an extension with one optional dependency
--CREDITS--
Felix De Vliegher <[email protected]>
--FILE--
<?php
$standard = new ReflectionExtension('standard');
var_dump($standard->getDependencies());
?>
--EXPECTF--
array(1) {
  ["session"]=>
  %s(8) "Optional"
}

Did this file decode correctly?

Original Code

--TEST--
ReflectionExtension::getDependencies() method on an extension with one optional dependency
--CREDITS--
Felix De Vliegher <[email protected]>
--FILE--
<?php
$standard = new ReflectionExtension('standard');
var_dump($standard->getDependencies());
?>
--EXPECTF--
array(1) {
  ["session"]=>
  %s(8) "Optional"
}

Function Calls

None

Variables

None

Stats

MD5 739fc8dbdcef5ae976372f4b5986bdde
Eval Count 0
Decode Time 123 ms