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 CairoSurface $surface * @param floa..

Decoded Output download

<?php

/**
 * Description
 *
 * @phpstub
 *
 * @param CairoSurface $surface
 * @param float $x
 * @param float $y
 * @param float $width
 * @param float $height
 *
 * @return void What is returned on success and failure
 */
function cairo_surface_mark_dirty_rectangle($surface, $x, $y, $width, $height)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Description
 *
 * @phpstub
 *
 * @param CairoSurface $surface
 * @param float $x
 * @param float $y
 * @param float $width
 * @param float $height
 *
 * @return void What is returned on success and failure
 */
function cairo_surface_mark_dirty_rectangle($surface, $x, $y, $width, $height)
{
}

Function Calls

None

Variables

None

Stats

MD5 8b4a6717882981d044cc4fb144ef9bc3
Eval Count 0
Decode Time 99 ms