Skip to content

Commit 1b5d558

Browse files
committed
Fix prototype
1 parent 38a9516 commit 1b5d558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/basic_functions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2751,7 +2751,7 @@ PHP_FUNCTION(restore_include_path)
27512751

27522752
/* }}} */
27532753

2754-
/* {{{ proto mixed print_r(mixed var [, bool return])
2754+
/* {{{ proto bool print_r(mixed var [, bool return])
27552755
Prints out or returns information about the specified variable */
27562756
PHP_FUNCTION(print_r)
27572757
{

0 commit comments

Comments
 (0)