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-- ffmpeg getPixelAspectRatio test --SKIPIF-- <?php extension_loaded('ffmpeg') or di..

Decoded Output download

--TEST--
ffmpeg getPixelAspectRatio test
--SKIPIF--
<?php extension_loaded('ffmpeg') or die("ffmpeg extension not loaded"); ?>
--FILE--
<?php
$mov = new ffmpeg_movie(dirname(__FILE__) . '/test_media/robot.avi');
printf("ffmpeg getPixelAspectRatio(): %s
", $mov->getPixelAspectRatio());

?>
--EXPECT--
ffmpeg getPixelAspectRatio(): 1

Did this file decode correctly?

Original Code

--TEST--
ffmpeg getPixelAspectRatio test
--SKIPIF--
<?php extension_loaded('ffmpeg') or die("ffmpeg extension not loaded"); ?>
--FILE--
<?php
$mov = new ffmpeg_movie(dirname(__FILE__) . '/test_media/robot.avi');
printf("ffmpeg getPixelAspectRatio(): %s\n", $mov->getPixelAspectRatio());

?>
--EXPECT--
ffmpeg getPixelAspectRatio(): 1

Function Calls

extension_loaded 1

Variables

None

Stats

MD5 a6727c6a3848fad53a89583981f830cd
Eval Count 0
Decode Time 108 ms