1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 15:38:49 +02:00

Some cosmetic changes.

This commit is contained in:
Egon Schmid
2000-07-15 14:35:41 +00:00
parent 31dae9e367
commit 23b56e3c64
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
| If you did not, or have any questions about PHP licensing, please |
| contact core@php.net. |
+----------------------------------------------------------------------+
| Authors: Kristian Koehntopp (kris@koehntopp.de) |
| Authors: Kristian Koehntopp <kris@koehntopp.de> |
+----------------------------------------------------------------------+
*/
+3 -3
View File
@@ -23,7 +23,7 @@
| If you did not, or have any questions about PHP licensing, please |
| contact core@php.net. |
+----------------------------------------------------------------------+
| Authors: Kristian Koehntopp (kris@koehntopp.de) |
| Authors: Kristian Koehntopp <kris@koehntopp.de> |
+----------------------------------------------------------------------+
*/
@@ -564,7 +564,7 @@ PHP_FUNCTION(posix_isatty)
already supported by PHP
*/
/* {{{ proto string posix_getcwd()
/* {{{ proto string posix_getcwd(void)
Get working directory pathname (POSIX.1, 5.2.2) */
PHP_FUNCTION(posix_getcwd)
{
@@ -588,7 +588,7 @@ PHP_FUNCTION(posix_getcwd)
already supported by PHP.
*/
/* {{{ proto string posix_mkfifo()
/* {{{ proto string posix_mkfifo(void)
Make a FIFO special file (POSIX.1, 5.4.2) */
PHP_FUNCTION(posix_mkfifo)
{