Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php /** * Description * * @phpstub * * @param CairoImageSurface $surface * * @re..

Decoded Output download

<?php

/**
 * Description
 *
 * @phpstub
 *
 * @param CairoImageSurface $surface
 *
 * @return int What is returned on success and failure
 */
function cairo_image_surface_get_stride($surface)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Description
 *
 * @phpstub
 *
 * @param CairoImageSurface $surface
 *
 * @return int What is returned on success and failure
 */
function cairo_image_surface_get_stride($surface)
{
}

Function Calls

None

Variables

None

Stats

MD5 01716d061c3152478d59d6858d0f4f6b
Eval Count 0
Decode Time 130 ms