]> granicus.if.org Git - php/commitdiff
Don't use short tags in tests
authorGwynne Raskind <gwynne@php.net>
Thu, 2 Jul 2009 10:03:14 +0000 (10:03 +0000)
committerGwynne Raskind <gwynne@php.net>
Thu, 2 Jul 2009 10:03:14 +0000 (10:03 +0000)
ext/pcntl/tests/bug47566.phpt

index 8a69e6bc738ffbe2924088a6de3e4cd6ced1e1ea..6eb3dbc13410959f2d1c6caf6cd8b7e9cb47209b 100644 (file)
@@ -3,7 +3,7 @@ Bug #47566 (return value of pcntl_wexitstatus())
 --SKIPIF--
 <?php if (!extension_loaded("pcntl")) print "skip"; ?>
 --FILE--
-<?
+<?php
 $pid = pcntl_fork();
 if ($pid == -1) {
  echo "Unable to fork";