]> granicus.if.org Git - php/commitdiff
fix tests
authorRaghubansh Kumar <kraghuba@php.net>
Sun, 22 Jul 2007 12:26:18 +0000 (12:26 +0000)
committerRaghubansh Kumar <kraghuba@php.net>
Sun, 22 Jul 2007 12:26:18 +0000 (12:26 +0000)
ext/standard/tests/file/umask_basic.phpt
ext/standard/tests/file/umask_error.phpt

index df22d1cb499ac32876352d8177c7116d42f05bd7..8534071813aed57209efadeada4be1011fcb140c 100644 (file)
@@ -7,7 +7,7 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 }
 ?>
 --FILE--
-<?
+<?php
 /* Prototype: int umask ( [int $mask] );
    Description: Changes the current umask
 */
index e78bf78da2640f475efa66394e5c955193ba459b..6cd02f069d250607407697112f332d8c663bf4ef 100644 (file)
@@ -7,7 +7,7 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 }
 ?>
 --FILE--
-<?
+<?php
 /* Prototype: int umask ( [int $mask] );
    Description: Changes the current umask
 */