mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove proto comments from C files
Closes GH-5758
This commit is contained in:
parent
4757998650
commit
2b5de6f839
234 changed files with 3892 additions and 8084 deletions
|
@ -21,8 +21,7 @@
|
|||
#include "sdncal.h"
|
||||
#include <time.h>
|
||||
|
||||
/* {{{ proto int unixtojd([int timestamp])
|
||||
Convert UNIX timestamp to Julian Day */
|
||||
/* {{{ Convert UNIX timestamp to Julian Day */
|
||||
PHP_FUNCTION(unixtojd)
|
||||
{
|
||||
time_t ts;
|
||||
|
@ -48,8 +47,7 @@ PHP_FUNCTION(unixtojd)
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ proto int jdtounix(int jday)
|
||||
Convert Julian Day to UNIX timestamp */
|
||||
/* {{{ Convert Julian Day to UNIX timestamp */
|
||||
PHP_FUNCTION(jdtounix)
|
||||
{
|
||||
zend_long uday;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue