Skip to content

Commit 8a0d075

Browse files
committed
Remove protos
1 parent dd9d0a9 commit 8a0d075

File tree

2,148 files changed

+5330
-10714
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,148 files changed

+5330
-10714
lines changed

Zend/tests/019.phpt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
Test unset(), empty() and isset() functions
33
--FILE--
44
<?php
5-
/* Prototype: void unset ( mixed $var [, mixed $var [, mixed $...]] );
6-
Description: unset() destroys the specified variables
5+
/* Description: unset() destroys the specified variables
76
87
Prototype: bool empty( mixed $var );
98
Description: Determine whether a variable is considered to be empty

Zend/tests/bug46196.phpt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ Test restore_error_handler() function : bug #46196
44
Olivier Doucet
55
--FILE--
66
<?php
7-
/* Prototype : void restore_error_handler(void)
8-
* Description: Restores the previously defined error handler function
7+
/* Description: Restores the previously defined error handler function
98
* Source code: Zend/zend_builtin_functions.c
109
* Alias to functions:
1110
*/

Zend/tests/function_exists_basic.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ function_exists function : basic functionality
33
--FILE--
44
<?php
55
/*
6-
* proto bool function_exists(string function_name)
76
* Function is implemented in Zend/zend_builtin_functions.c
87
*/
98

Zend/tests/get_defined_functions_basic.phpt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ get_defined_functions() function : basic functionality
33
--FILE--
44
<?php
55

6-
/* Prototype : array get_defined_functions ( void )
7-
* Description: Gets an array of all defined functions.
6+
/* Description: Gets an array of all defined functions.
87
* Source code: Zend/zend_builtin_functions.c
98
*/
109

Zend/tests/get_defined_vars.phpt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
Testing get_defined_vars() Function
33
--FILE--
44
<?php
5-
/* Prototype: array get_defined_vars(void);
6-
* Description: Returns a multidimensional array of all defined variables.
7-
*/
5+
/* Description: Returns a multidimensional array of all defined variables. */
86

97
/* Various variables definitions used for testing of the function */
108

0 commit comments

Comments
 (0)