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() --EXTENSIONS-- xml --FILE-- <?php $ext = n..
Decoded Output download
--TEST--
ReflectionExtension::getDependencies()
--EXTENSIONS--
xml
--FILE--
<?php
$ext = new ReflectionExtension("xml");
$deps = $ext->getDependencies();
var_dump($deps);
?>
--EXPECT--
array(1) {
["libxml"]=>
string(8) "Required"
}
Did this file decode correctly?
Original Code
--TEST--
ReflectionExtension::getDependencies()
--EXTENSIONS--
xml
--FILE--
<?php
$ext = new ReflectionExtension("xml");
$deps = $ext->getDependencies();
var_dump($deps);
?>
--EXPECT--
array(1) {
["libxml"]=>
string(8) "Required"
}
Function Calls
None |
Stats
MD5 | fde266a725f237bc68c98288523b1d61 |
Eval Count | 0 |
Decode Time | 95 ms |