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-- Test the basics to function XSLTProcessor::hasExsltSupport(). --CREDITS-- Rodrigo..
Decoded Output download
--TEST--
Test the basics to function XSLTProcessor::hasExsltSupport().
--CREDITS--
Rodrigo Prado de Jesus <royopa [at] gmail [dot] com>
--EXTENSIONS--
xsl
--FILE--
<?php
$proc = new XSLTProcessor();
var_dump($proc->hasExsltSupport());
?>
--EXPECT--
bool(true)
Did this file decode correctly?
Original Code
--TEST--
Test the basics to function XSLTProcessor::hasExsltSupport().
--CREDITS--
Rodrigo Prado de Jesus <royopa [at] gmail [dot] com>
--EXTENSIONS--
xsl
--FILE--
<?php
$proc = new XSLTProcessor();
var_dump($proc->hasExsltSupport());
?>
--EXPECT--
bool(true)
Function Calls
None |
Stats
MD5 | 27c9c405d22800e3aa8872054724ce33 |
Eval Count | 0 |
Decode Time | 79 ms |