summaryrefslogtreecommitdiff
path: root/ext/posix/tests/posix_get_last_error_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/posix/tests/posix_get_last_error_error.phpt')
-rw-r--r--ext/posix/tests/posix_get_last_error_error.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/posix/tests/posix_get_last_error_error.phpt b/ext/posix/tests/posix_get_last_error_error.phpt
index 6cf2161d0c..5400b61598 100644
--- a/ext/posix/tests/posix_get_last_error_error.phpt
+++ b/ext/posix/tests/posix_get_last_error_error.phpt
@@ -1,13 +1,13 @@
--TEST--
-Test posix_get_last_error() function : error conditions
+Test posix_get_last_error() function : error conditions
--SKIPIF--
-<?php
- if(!extension_loaded("posix")) print "skip - POSIX extension not loaded";
+<?php
+ if(!extension_loaded("posix")) print "skip - POSIX extension not loaded";
?>
--FILE--
<?php
/* Prototype : proto int posix_get_last_error(void)
- * Description: Retrieve the error number set by the last posix function which failed.
+ * Description: Retrieve the error number set by the last posix function which failed.
* Source code: ext/posix/posix.c
* Alias to functions: posix_errno
*/