Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$products[ $product_ids[ $i ] ] = isset( $quantities[ $i ] ) ? $quantities[ $i ] : 1;..
Decoded Output download
<? $products[ $product_ids[ $i ] ] = isset( $quantities[ $i ] ) ? $quantities[ $i ] : 1; ?>
Did this file decode correctly?
Original Code
$products[ $product_ids[ $i ] ] = isset( $quantities[ $i ] ) ? $quantities[ $i ] : 1;
Function Calls
None |
Stats
MD5 | cd42d07742ea901672ac591b00ff85b4 |
Eval Count | 0 |
Decode Time | 56 ms |