summaryrefslogtreecommitdiff
path: root/ext/date/php_date.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-08-27 17:31:24 +0200
committerAnatol Belski <ab@php.net>2014-08-27 20:49:33 +0200
commit257ed4061ae88802538a6f22724c57fda052e36e (patch)
tree4660289d7e0f1ef183518f52fe885c6c15898715 /ext/date/php_date.h
parent5882446b8b72010e6240e3fa11001a7546d802a6 (diff)
downloadphp-git-257ed4061ae88802538a6f22724c57fda052e36e.tar.gz
's' works with size_t round 2
Diffstat (limited to 'ext/date/php_date.h')
-rw-r--r--ext/date/php_date.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/php_date.h b/ext/date/php_date.h
index 0290bb8823..ad82666cd7 100644
--- a/ext/date/php_date.h
+++ b/ext/date/php_date.h
@@ -222,7 +222,7 @@ PHPAPI zend_class_entry *php_date_get_timezone_ce(void);
/* Functions for creating DateTime objects, and initializing them from a string */
PHPAPI zval *php_date_instantiate(zend_class_entry *pce, zval *object TSRMLS_DC);
-PHPAPI int php_date_initialize(php_date_obj *dateobj, /*const*/ char *time_str, size_t time_str_len, char *format, zval *timezone_object, size_t ctor TSRMLS_DC);
+PHPAPI int php_date_initialize(php_date_obj *dateobj, /*const*/ char *time_str, size_t time_str_len, char *format, zval *timezone_object, int ctor TSRMLS_DC);
#endif /* PHP_DATE_H */