PHP userland backwards compatibility layer that emulates PHP 5.5+ core functions.

⌈⌋ ⎇ branch:  upgrade.php


Artifact [356bbe89f5]

Artifact 356bbe89f5134946c57f4ce790cf6ce1c9a46e04:

  • File doc/tests1all/vprintf.phpt — part of check-in [51e3884900] at 2010-06-22 17:03:27 on branch trunk — upgradephp-15 (user: mario size: 89)

--TEST--
vprintf
--FILE--
<?php

vprintf("%d, %d\n", array(17, 5));

?>
--EXPECT--
17, 5