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-- SplFixedArray::offsetExists with various types --CREDITS-- Gabriel Caruso (caruso..

Decoded Output download

--TEST--
SplFixedArray::offsetExists with various types
--CREDITS--
Gabriel Caruso ([email protected])
--FILE--
<?php var_dump((new SplFixedArray(1))->offsetExists(0.1)); ?>
--EXPECT--
bool(false)

Did this file decode correctly?

Original Code

--TEST--
SplFixedArray::offsetExists with various types
--CREDITS--
Gabriel Caruso ([email protected])
--FILE--
<?php var_dump((new SplFixedArray(1))->offsetExists(0.1)); ?>
--EXPECT--
bool(false)

Function Calls

None

Variables

None

Stats

MD5 8fef445d26d1bdcf50d00a32c59a6cd3
Eval Count 0
Decode Time 75 ms