/home/tony/php-src_5_3/ext/phar/phar_internal.h(69): remark #193: zero used for undefined preprocessing identifier #if HAVE_HASH_EXT ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(220): remark #193: zero used for undefined preprocessing identifier # if SIZEOF_SHORT == 2 ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(273): warning #108: implicitly-signed bit field of length 1 int is_crc_checked:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(274): warning #108: implicitly-signed bit field of length 1 int is_modified:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(275): warning #108: implicitly-signed bit field of length 1 int is_deleted:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(276): warning #108: implicitly-signed bit field of length 1 int is_dir:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(279): warning #108: implicitly-signed bit field of length 1 int is_mounted:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(282): warning #108: implicitly-signed bit field of length 1 int is_temp_dir:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(286): warning #108: implicitly-signed bit field of length 1 int is_tar:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(290): warning #108: implicitly-signed bit field of length 1 int is_zip:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(292): warning #108: implicitly-signed bit field of length 1 int is_persistent:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(329): warning #108: implicitly-signed bit field of length 1 int is_temporary_alias:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(330): warning #108: implicitly-signed bit field of length 1 int is_modified:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(331): warning #108: implicitly-signed bit field of length 1 int is_writeable:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(332): warning #108: implicitly-signed bit field of length 1 int is_brandnew:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(334): warning #108: implicitly-signed bit field of length 1 int donotflush:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(336): warning #108: implicitly-signed bit field of length 1 int is_zip:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(338): warning #108: implicitly-signed bit field of length 1 int is_tar:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(340): warning #108: implicitly-signed bit field of length 1 int is_data:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(342): warning #108: implicitly-signed bit field of length 1 int is_persistent:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(484): warning #108: implicitly-signed bit field of length 1 int for_write:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(485): warning #108: implicitly-signed bit field of length 1 int is_zip:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(486): warning #108: implicitly-signed bit field of length 1 int is_tar:1; ^ /home/tony/php-src_5_3/ext/phar/util.c(686): remark #810: conversion from "int" to "char" may lose significant bits entry->tar_type = (entry->is_tar ? TAR_FILE : '\0'); ^ /home/tony/php-src_5_3/ext/phar/util.c(740): remark #810: conversion from "int" to "char" may lose significant bits is_dir = (path_len && path[path_len - 1] == '/') ? 1 : 0; ^ /home/tony/php-src_5_3/ext/phar/util.c(806): remark #810: conversion from "int" to "char" may lose significant bits etemp.tar_type = etemp.is_dir ? TAR_DIR : TAR_FILE; ^ /home/tony/php-src_5_3/ext/phar/util.c(877): remark #810: conversion from "int" to "char" may lose significant bits dest->tar_type = (dest->is_tar ? TAR_FILE : '\0'); ^ /home/tony/php-src_5_3/ext/phar/util.c(990): remark #981: operands are evaluated in unspecified order php_stream_seek(phar_get_entrypfp(entry TSRMLS_CC), phar_get_fp_offset(entry TSRMLS_CC), SEEK_SET); ^ /home/tony/php-src_5_3/ext/phar/util.c(990): remark #981: operands are evaluated in unspecified order php_stream_seek(phar_get_entrypfp(entry TSRMLS_CC), phar_get_fp_offset(entry TSRMLS_CC), SEEK_SET); ^ /home/tony/php-src_5_3/ext/phar/util.c(1082): remark #810: conversion from "int" to "char" may lose significant bits entry->tar_type = (entry->is_tar ? TAR_FILE : '\0'); ^ /home/tony/php-src_5_3/ext/phar/util.c(1139): remark #810: conversion from "int" to "char" may lose significant bits entry->tar_type = (entry->is_tar ? TAR_FILE : '\0'); ^ /home/tony/php-src_5_3/ext/phar/util.c(1153): remark #869: parameter "fp" was never referenced phar_entry_info * phar_open_jit(phar_archive_data *phar, phar_entry_info *entry, php_stream *fp, char **error, int for_write TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/util.c(1153): remark #869: parameter "for_write" was never referenced phar_entry_info * phar_open_jit(phar_archive_data *phar, phar_entry_info *entry, php_stream *fp, char **error, int for_write TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/util.c(1170): remark #869: parameter "alias" was never referenced int phar_free_alias(phar_archive_data *phar, char *alias, int alias_len TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/util.c(1170): remark #869: parameter "alias_len" was never referenced int phar_free_alias(phar_archive_data *phar, char *alias, int alias_len TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/util.c(1459): remark #810: conversion from "int" to "char" may lose significant bits is_dir = (path_len && (path[path_len - 1] == '/')) ? 1 : 0; ^ /home/tony/php-src_5_3/ext/phar/util.c(1878): remark #193: zero used for undefined preprocessing identifier #if HAVE_HASH_EXT ^ /home/tony/php-src_5_3/ext/phar/util.c(2042): remark #193: zero used for undefined preprocessing identifier #if HAVE_HASH_EXT ^ /home/tony/php-src_5_3/ext/standard/crc32.h(35): remark #177: variable "crc32tab" was declared but never referenced static const unsigned int crc32tab[256] = { ^ /home/tony/php-src_5_3/Zend/zend.h(82): remark #193: zero used for undefined preprocessing identifier #if HAVE_MACH_O_DYLD_H ^ /home/tony/php-src_5_3/Zend/zend_variables.h(30): remark #869: parameter "__zend_filename" was never referenced static inline void _zval_dtor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_variables.h(30): remark #869: parameter "__zend_lineno" was never referenced static inline void _zval_dtor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_variables.h(40): remark #869: parameter "__zend_filename" was never referenced static inline void _zval_copy_ctor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_variables.h(40): remark #869: parameter "__zend_lineno" was never referenced static inline void _zval_copy_ctor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_execute.h(65): remark #869: parameter "__zend_orig_filename" was never referenced static inline void safe_free_zval_ptr_rel(zval *p ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) ^ /home/tony/php-src_5_3/Zend/zend_execute.h(65): remark #869: parameter "__zend_orig_lineno" was never referenced static inline void safe_free_zval_ptr_rel(zval *p ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) ^ /home/tony/php-src_5_3/Zend/zend_execute.h(92): remark #1572: floating-point equality and inequality comparisons are unreliable result = (Z_DVAL_P(op) ? 1 : 0); ^ /home/tony/php-src_5_3/main/php.h(94): remark #193: zero used for undefined preprocessing identifier #if HAVE_UNIX_H ^ /home/tony/php-src_5_3/TSRM/tsrm_config_common.h(5): remark #193: zero used for undefined preprocessing identifier # if WINNT|WIN32 ^ /home/tony/php-src_5_3/TSRM/tsrm_config_common.h(5): remark #193: zero used for undefined preprocessing identifier # if WINNT|WIN32 ^ /home/tony/php-src_5_3/ext/standard/php_smart_str.h(155): remark #810: conversion from "int" to "char" may lose significant bits smart_str_print_long4(buf, num, unsigned long, r); ^ /home/tony/php-src_5_3/ext/standard/php_smart_str.h(155): remark #810: conversion from "int" to "char" may lose significant bits smart_str_print_long4(buf, num, unsigned long, r); ^ /home/tony/php-src_5_3/ext/standard/php_smart_str.h(161): remark #810: conversion from "int" to "char" may lose significant bits smart_str_print_unsigned4(buf, num, unsigned long, r); ^ /home/tony/php-src_5_3/ext/spl/spl_iterators.h(26): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/pcre/php_pcre.h(24): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/spl/spl_iterators.h(74): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/spl/spl_iterators.h(149): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(69): remark #193: zero used for undefined preprocessing identifier #if HAVE_HASH_EXT ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(220): remark #193: zero used for undefined preprocessing identifier # if SIZEOF_SHORT == 2 ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(273): warning #108: implicitly-signed bit field of length 1 int is_crc_checked:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(274): warning #108: implicitly-signed bit field of length 1 int is_modified:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(275): warning #108: implicitly-signed bit field of length 1 int is_deleted:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(276): warning #108: implicitly-signed bit field of length 1 int is_dir:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(279): warning #108: implicitly-signed bit field of length 1 int is_mounted:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(282): warning #108: implicitly-signed bit field of length 1 int is_temp_dir:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(286): warning #108: implicitly-signed bit field of length 1 int is_tar:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(290): warning #108: implicitly-signed bit field of length 1 int is_zip:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(292): warning #108: implicitly-signed bit field of length 1 int is_persistent:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(329): warning #108: implicitly-signed bit field of length 1 int is_temporary_alias:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(330): warning #108: implicitly-signed bit field of length 1 int is_modified:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(331): warning #108: implicitly-signed bit field of length 1 int is_writeable:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(332): warning #108: implicitly-signed bit field of length 1 int is_brandnew:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(334): warning #108: implicitly-signed bit field of length 1 int donotflush:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(336): warning #108: implicitly-signed bit field of length 1 int is_zip:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(338): warning #108: implicitly-signed bit field of length 1 int is_tar:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(340): warning #108: implicitly-signed bit field of length 1 int is_data:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(342): warning #108: implicitly-signed bit field of length 1 int is_persistent:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(484): warning #108: implicitly-signed bit field of length 1 int for_write:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(485): warning #108: implicitly-signed bit field of length 1 int is_zip:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(486): warning #108: implicitly-signed bit field of length 1 int is_tar:1; ^ /home/tony/php-src_5_3/ext/phar/tar.c(158): remark #1418: external function definition with no prior declaration int phar_tar_process_metadata(phar_entry_info *entry, php_stream *fp TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/tar.c(372): remark #810: conversion from "int" to "char" may lose significant bits entry.tar_type = ((old & (hdr->typeflag == '\0')) ? TAR_FILE : hdr->typeflag); ^ /home/tony/php-src_5_3/ext/phar/tar.c(195): remark #869: parameter "options" was never referenced int phar_parse_tarfile(php_stream* fp, char *fname, int fname_len, char *alias, int alias_len, int options, phar_archive_data** pphar, php_uint32 compression, char **error TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/tar.c(602): remark #1418: external function definition with no prior declaration int phar_tar_writeheaders(void *pDest, void *argument TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/tar.c(739): remark #1418: external function definition with no prior declaration int phar_tar_setmetadata(zval *metadata, phar_entry_info *entry, char **error, php_stream *fp TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/tar.c(739): remark #869: parameter "fp" was never referenced int phar_tar_setmetadata(zval *metadata, phar_entry_info *entry, char **error, php_stream *fp TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/tar.c(773): remark #1418: external function definition with no prior declaration int phar_tar_setupmetadata(void *pDest, void *argument TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/tar.c(889): remark #981: operands are evaluated in unspecified order if (!(php_stream_from_zval_no_verify(stubfile, (zval **)user_stub))) { ^ /home/tony/php-src_5_3/ext/phar/tar.c(889): remark #981: operands are evaluated in unspecified order if (!(php_stream_from_zval_no_verify(stubfile, (zval **)user_stub))) { ^ /home/tony/php-src_5_3/ext/standard/crc32.h(35): remark #177: variable "crc32tab" was declared but never referenced static const unsigned int crc32tab[256] = { ^ /home/tony/php-src_5_3/Zend/zend.h(82): remark #193: zero used for undefined preprocessing identifier #if HAVE_MACH_O_DYLD_H ^ /home/tony/php-src_5_3/Zend/zend_variables.h(30): remark #869: parameter "__zend_filename" was never referenced static inline void _zval_dtor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_variables.h(30): remark #869: parameter "__zend_lineno" was never referenced static inline void _zval_dtor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_variables.h(40): remark #869: parameter "__zend_filename" was never referenced static inline void _zval_copy_ctor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_variables.h(40): remark #869: parameter "__zend_lineno" was never referenced static inline void _zval_copy_ctor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_execute.h(65): remark #869: parameter "__zend_orig_filename" was never referenced static inline void safe_free_zval_ptr_rel(zval *p ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) ^ /home/tony/php-src_5_3/Zend/zend_execute.h(65): remark #869: parameter "__zend_orig_lineno" was never referenced static inline void safe_free_zval_ptr_rel(zval *p ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) ^ /home/tony/php-src_5_3/Zend/zend_execute.h(92): remark #1572: floating-point equality and inequality comparisons are unreliable result = (Z_DVAL_P(op) ? 1 : 0); ^ /home/tony/php-src_5_3/main/php.h(94): remark #193: zero used for undefined preprocessing identifier #if HAVE_UNIX_H ^ /home/tony/php-src_5_3/TSRM/tsrm_config_common.h(5): remark #193: zero used for undefined preprocessing identifier # if WINNT|WIN32 ^ /home/tony/php-src_5_3/TSRM/tsrm_config_common.h(5): remark #193: zero used for undefined preprocessing identifier # if WINNT|WIN32 ^ /home/tony/php-src_5_3/ext/standard/php_smart_str.h(155): remark #810: conversion from "int" to "char" may lose significant bits smart_str_print_long4(buf, num, unsigned long, r); ^ /home/tony/php-src_5_3/ext/standard/php_smart_str.h(155): remark #810: conversion from "int" to "char" may lose significant bits smart_str_print_long4(buf, num, unsigned long, r); ^ /home/tony/php-src_5_3/ext/standard/php_smart_str.h(161): remark #810: conversion from "int" to "char" may lose significant bits smart_str_print_unsigned4(buf, num, unsigned long, r); ^ /home/tony/php-src_5_3/ext/spl/spl_iterators.h(26): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/pcre/php_pcre.h(24): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/spl/spl_iterators.h(74): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/spl/spl_iterators.h(149): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(69): remark #193: zero used for undefined preprocessing identifier #if HAVE_HASH_EXT ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(220): remark #193: zero used for undefined preprocessing identifier # if SIZEOF_SHORT == 2 ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(273): warning #108: implicitly-signed bit field of length 1 int is_crc_checked:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(274): warning #108: implicitly-signed bit field of length 1 int is_modified:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(275): warning #108: implicitly-signed bit field of length 1 int is_deleted:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(276): warning #108: implicitly-signed bit field of length 1 int is_dir:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(279): warning #108: implicitly-signed bit field of length 1 int is_mounted:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(282): warning #108: implicitly-signed bit field of length 1 int is_temp_dir:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(286): warning #108: implicitly-signed bit field of length 1 int is_tar:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(290): warning #108: implicitly-signed bit field of length 1 int is_zip:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(292): warning #108: implicitly-signed bit field of length 1 int is_persistent:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(329): warning #108: implicitly-signed bit field of length 1 int is_temporary_alias:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(330): warning #108: implicitly-signed bit field of length 1 int is_modified:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(331): warning #108: implicitly-signed bit field of length 1 int is_writeable:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(332): warning #108: implicitly-signed bit field of length 1 int is_brandnew:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(334): warning #108: implicitly-signed bit field of length 1 int donotflush:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(336): warning #108: implicitly-signed bit field of length 1 int is_zip:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(338): warning #108: implicitly-signed bit field of length 1 int is_tar:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(340): warning #108: implicitly-signed bit field of length 1 int is_data:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(342): warning #108: implicitly-signed bit field of length 1 int is_persistent:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(484): warning #108: implicitly-signed bit field of length 1 int for_write:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(485): warning #108: implicitly-signed bit field of length 1 int is_zip:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(486): warning #108: implicitly-signed bit field of length 1 int is_tar:1; ^ /home/tony/php-src_5_3/ext/phar/zip.c(53): remark #810: conversion from "int" to "uint16_t={unsigned short}" may lose significant bits len -= PHAR_GET_16(h.header.size) + 4; ^ /home/tony/php-src_5_3/ext/phar/zip.c(59): remark #810: conversion from "int" to "uint16_t={unsigned short}" may lose significant bits len -= read + 4; ^ /home/tony/php-src_5_3/ext/phar/zip.c(143): remark #810: conversion from "int" to "uint16_t={unsigned short}" may lose significant bits *ddate = ((tm->tm_year+1900-1980)<<9) + ((tm->tm_mon+1)<<5) + tm->tm_mday; ^ /home/tony/php-src_5_3/ext/phar/zip.c(144): remark #810: conversion from "int" to "uint16_t={unsigned short}" may lose significant bits *dtime = ((tm->tm_hour)<<11) + ((tm->tm_min)<<5) + ((tm->tm_sec)>>1); ^ /home/tony/php-src_5_3/ext/phar/zip.c(683): remark #810: conversion from "unsigned int" to "uint16_t={unsigned short}" may lose significant bits perms.perms = PHAR_SET_16(entry->flags & PHAR_ENT_PERM_MASK); ^ /home/tony/php-src_5_3/ext/phar/zip.c(701): remark #810: conversion from "unsigned int" to "uint16_t={unsigned short}" may lose significant bits central.filename_len = local.filename_len = PHAR_SET_16(entry->filename_len + (entry->is_dir ? 1 : 0)); ^ /home/tony/php-src_5_3/ext/phar/zip.c(1015): remark #981: operands are evaluated in unspecified order if (!(php_stream_from_zval_no_verify(stubfile, (zval **)user_stub))) { ^ /home/tony/php-src_5_3/ext/phar/zip.c(1015): remark #981: operands are evaluated in unspecified order if (!(php_stream_from_zval_no_verify(stubfile, (zval **)user_stub))) { ^ /home/tony/php-src_5_3/ext/phar/zip.c(1165): remark #810: conversion from "int" to "uint16_t={unsigned short}" may lose significant bits eocd.counthere = eocd.count = zend_hash_num_elements(&phar->manifest); ^ /home/tony/php-src_5_3/Zend/zend.h(82): remark #193: zero used for undefined preprocessing identifier #if HAVE_MACH_O_DYLD_H ^ /home/tony/php-src_5_3/Zend/zend_variables.h(30): remark #869: parameter "__zend_filename" was never referenced static inline void _zval_dtor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_variables.h(30): remark #869: parameter "__zend_lineno" was never referenced static inline void _zval_dtor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_variables.h(40): remark #869: parameter "__zend_filename" was never referenced static inline void _zval_copy_ctor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_variables.h(40): remark #869: parameter "__zend_lineno" was never referenced static inline void _zval_copy_ctor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_execute.h(65): remark #869: parameter "__zend_orig_filename" was never referenced static inline void safe_free_zval_ptr_rel(zval *p ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) ^ /home/tony/php-src_5_3/Zend/zend_execute.h(65): remark #869: parameter "__zend_orig_lineno" was never referenced static inline void safe_free_zval_ptr_rel(zval *p ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) ^ /home/tony/php-src_5_3/Zend/zend_execute.h(92): remark #1572: floating-point equality and inequality comparisons are unreliable result = (Z_DVAL_P(op) ? 1 : 0); ^ /home/tony/php-src_5_3/main/php.h(94): remark #193: zero used for undefined preprocessing identifier #if HAVE_UNIX_H ^ /home/tony/php-src_5_3/TSRM/tsrm_config_common.h(5): remark #193: zero used for undefined preprocessing identifier # if WINNT|WIN32 ^ /home/tony/php-src_5_3/TSRM/tsrm_config_common.h(5): remark #193: zero used for undefined preprocessing identifier # if WINNT|WIN32 ^ /home/tony/php-src_5_3/ext/standard/php_smart_str.h(155): remark #810: conversion from "int" to "char" may lose significant bits smart_str_print_long4(buf, num, unsigned long, r); ^ /home/tony/php-src_5_3/ext/standard/php_smart_str.h(155): remark #810: conversion from "int" to "char" may lose significant bits smart_str_print_long4(buf, num, unsigned long, r); ^ /home/tony/php-src_5_3/ext/standard/php_smart_str.h(161): remark #810: conversion from "int" to "char" may lose significant bits smart_str_print_unsigned4(buf, num, unsigned long, r); ^ /home/tony/php-src_5_3/ext/spl/spl_iterators.h(26): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/pcre/php_pcre.h(24): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/spl/spl_iterators.h(74): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/spl/spl_iterators.h(149): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(69): remark #193: zero used for undefined preprocessing identifier #if HAVE_HASH_EXT ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(220): remark #193: zero used for undefined preprocessing identifier # if SIZEOF_SHORT == 2 ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(273): warning #108: implicitly-signed bit field of length 1 int is_crc_checked:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(274): warning #108: implicitly-signed bit field of length 1 int is_modified:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(275): warning #108: implicitly-signed bit field of length 1 int is_deleted:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(276): warning #108: implicitly-signed bit field of length 1 int is_dir:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(279): warning #108: implicitly-signed bit field of length 1 int is_mounted:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(282): warning #108: implicitly-signed bit field of length 1 int is_temp_dir:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(286): warning #108: implicitly-signed bit field of length 1 int is_tar:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(290): warning #108: implicitly-signed bit field of length 1 int is_zip:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(292): warning #108: implicitly-signed bit field of length 1 int is_persistent:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(329): warning #108: implicitly-signed bit field of length 1 int is_temporary_alias:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(330): warning #108: implicitly-signed bit field of length 1 int is_modified:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(331): warning #108: implicitly-signed bit field of length 1 int is_writeable:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(332): warning #108: implicitly-signed bit field of length 1 int is_brandnew:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(334): warning #108: implicitly-signed bit field of length 1 int donotflush:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(336): warning #108: implicitly-signed bit field of length 1 int is_zip:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(338): warning #108: implicitly-signed bit field of length 1 int is_tar:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(340): warning #108: implicitly-signed bit field of length 1 int is_data:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(342): warning #108: implicitly-signed bit field of length 1 int is_persistent:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(484): warning #108: implicitly-signed bit field of length 1 int for_write:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(485): warning #108: implicitly-signed bit field of length 1 int is_zip:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(486): warning #108: implicitly-signed bit field of length 1 int is_tar:1; ^ /home/tony/php-src_5_3/ext/phar/stream.c(90): remark #193: zero used for undefined preprocessing identifier #if MBO_0 ^ /home/tony/php-src_5_3/ext/phar/stream.c(299): remark #193: zero used for undefined preprocessing identifier #if MBO_0 ^ /home/tony/php-src_5_3/ext/phar/stream.c(158): remark #869: parameter "__php_stream_call_depth" was never referenced static php_stream * phar_wrapper_open_url(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/stream.c(158): remark #869: parameter "__zend_filename" was never referenced static php_stream * phar_wrapper_open_url(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/stream.c(158): remark #869: parameter "__zend_lineno" was never referenced static php_stream * phar_wrapper_open_url(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/stream.c(158): remark #869: parameter "__zend_orig_filename" was never referenced static php_stream * phar_wrapper_open_url(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/stream.c(158): remark #869: parameter "__zend_orig_lineno" was never referenced static php_stream * phar_wrapper_open_url(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/stream.c(347): remark #869: parameter "close_handle" was never referenced static int phar_stream_close(php_stream *stream, int close_handle TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/stream.c(468): remark #1418: external function definition with no prior declaration void phar_dostat(phar_archive_data *phar, phar_entry_info *data, php_stream_statbuf *ssb, ^ /home/tony/php-src_5_3/ext/phar/stream.c(469): remark #869: parameter "alias" was never referenced zend_bool is_temp_dir, char *alias, int alias_len TSRMLS_DC) ^ /home/tony/php-src_5_3/ext/phar/stream.c(469): remark #869: parameter "alias_len" was never referenced zend_bool is_temp_dir, char *alias, int alias_len TSRMLS_DC) ^ /home/tony/php-src_5_3/ext/phar/stream.c(636): remark #1599: declaration hides variable "entry" (declared at line 560) phar_entry_info *entry; ^ /home/tony/php-src_5_3/ext/phar/stream.c(555): remark #869: parameter "context" was never referenced php_stream_statbuf *ssb, php_stream_context *context TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/stream.c(561): remark #593: variable "host_len" was set but never used uint host_len; ^ /home/tony/php-src_5_3/ext/phar/stream.c(675): remark #869: parameter "context" was never referenced static int phar_wrapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/stream.c(751): remark #869: parameter "context" was never referenced static int phar_wrapper_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_context *context TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/standard/crc32.h(35): remark #177: variable "crc32tab" was declared but never referenced static const unsigned int crc32tab[256] = { ^ /home/tony/php-src_5_3/Zend/zend.h(82): remark #193: zero used for undefined preprocessing identifier #if HAVE_MACH_O_DYLD_H ^ /home/tony/php-src_5_3/Zend/zend_variables.h(30): remark #869: parameter "__zend_filename" was never referenced static inline void _zval_dtor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_variables.h(30): remark #869: parameter "__zend_lineno" was never referenced static inline void _zval_dtor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_variables.h(40): remark #869: parameter "__zend_filename" was never referenced static inline void _zval_copy_ctor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_variables.h(40): remark #869: parameter "__zend_lineno" was never referenced static inline void _zval_copy_ctor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_execute.h(65): remark #869: parameter "__zend_orig_filename" was never referenced static inline void safe_free_zval_ptr_rel(zval *p ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) ^ /home/tony/php-src_5_3/Zend/zend_execute.h(65): remark #869: parameter "__zend_orig_lineno" was never referenced static inline void safe_free_zval_ptr_rel(zval *p ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) ^ /home/tony/php-src_5_3/Zend/zend_execute.h(92): remark #1572: floating-point equality and inequality comparisons are unreliable result = (Z_DVAL_P(op) ? 1 : 0); ^ /home/tony/php-src_5_3/main/php.h(94): remark #193: zero used for undefined preprocessing identifier #if HAVE_UNIX_H ^ /home/tony/php-src_5_3/TSRM/tsrm_config_common.h(5): remark #193: zero used for undefined preprocessing identifier # if WINNT|WIN32 ^ /home/tony/php-src_5_3/TSRM/tsrm_config_common.h(5): remark #193: zero used for undefined preprocessing identifier # if WINNT|WIN32 ^ /home/tony/php-src_5_3/ext/standard/php_smart_str.h(155): remark #810: conversion from "int" to "char" may lose significant bits smart_str_print_long4(buf, num, unsigned long, r); ^ /home/tony/php-src_5_3/ext/standard/php_smart_str.h(155): remark #810: conversion from "int" to "char" may lose significant bits smart_str_print_long4(buf, num, unsigned long, r); ^ /home/tony/php-src_5_3/ext/standard/php_smart_str.h(161): remark #810: conversion from "int" to "char" may lose significant bits smart_str_print_unsigned4(buf, num, unsigned long, r); ^ /home/tony/php-src_5_3/ext/spl/spl_iterators.h(26): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/pcre/php_pcre.h(24): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/spl/spl_iterators.h(74): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/spl/spl_iterators.h(149): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(69): remark #193: zero used for undefined preprocessing identifier #if HAVE_HASH_EXT ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(220): remark #193: zero used for undefined preprocessing identifier # if SIZEOF_SHORT == 2 ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(273): warning #108: implicitly-signed bit field of length 1 int is_crc_checked:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(274): warning #108: implicitly-signed bit field of length 1 int is_modified:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(275): warning #108: implicitly-signed bit field of length 1 int is_deleted:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(276): warning #108: implicitly-signed bit field of length 1 int is_dir:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(279): warning #108: implicitly-signed bit field of length 1 int is_mounted:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(282): warning #108: implicitly-signed bit field of length 1 int is_temp_dir:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(286): warning #108: implicitly-signed bit field of length 1 int is_tar:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(290): warning #108: implicitly-signed bit field of length 1 int is_zip:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(292): warning #108: implicitly-signed bit field of length 1 int is_persistent:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(329): warning #108: implicitly-signed bit field of length 1 int is_temporary_alias:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(330): warning #108: implicitly-signed bit field of length 1 int is_modified:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(331): warning #108: implicitly-signed bit field of length 1 int is_writeable:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(332): warning #108: implicitly-signed bit field of length 1 int is_brandnew:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(334): warning #108: implicitly-signed bit field of length 1 int donotflush:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(336): warning #108: implicitly-signed bit field of length 1 int is_zip:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(338): warning #108: implicitly-signed bit field of length 1 int is_tar:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(340): warning #108: implicitly-signed bit field of length 1 int is_data:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(342): warning #108: implicitly-signed bit field of length 1 int is_persistent:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(484): warning #108: implicitly-signed bit field of length 1 int for_write:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(485): warning #108: implicitly-signed bit field of length 1 int is_zip:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(486): warning #108: implicitly-signed bit field of length 1 int is_tar:1; ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(441): remark #1418: external function definition with no prior declaration void phar_fancy_stat(struct stat *stat_sb, int type, zval *return_value TSRMLS_DC) ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(589): remark #981: operands are evaluated in unspecified order zend_hash_update(HASH_OF(return_value), stat_sb_names[0], strlen(stat_sb_names[0])+1, (void *) &stat_dev, sizeof(zval *), NULL); ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(589): remark #981: operands are evaluated in unspecified order zend_hash_update(HASH_OF(return_value), stat_sb_names[0], strlen(stat_sb_names[0])+1, (void *) &stat_dev, sizeof(zval *), NULL); ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(590): remark #981: operands are evaluated in unspecified order zend_hash_update(HASH_OF(return_value), stat_sb_names[1], strlen(stat_sb_names[1])+1, (void *) &stat_ino, sizeof(zval *), NULL); ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(590): remark #981: operands are evaluated in unspecified order zend_hash_update(HASH_OF(return_value), stat_sb_names[1], strlen(stat_sb_names[1])+1, (void *) &stat_ino, sizeof(zval *), NULL); ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(591): remark #981: operands are evaluated in unspecified order zend_hash_update(HASH_OF(return_value), stat_sb_names[2], strlen(stat_sb_names[2])+1, (void *) &stat_mode, sizeof(zval *), NULL); ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(591): remark #981: operands are evaluated in unspecified order zend_hash_update(HASH_OF(return_value), stat_sb_names[2], strlen(stat_sb_names[2])+1, (void *) &stat_mode, sizeof(zval *), NULL); ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(592): remark #981: operands are evaluated in unspecified order zend_hash_update(HASH_OF(return_value), stat_sb_names[3], strlen(stat_sb_names[3])+1, (void *) &stat_nlink, sizeof(zval *), NULL); ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(592): remark #981: operands are evaluated in unspecified order zend_hash_update(HASH_OF(return_value), stat_sb_names[3], strlen(stat_sb_names[3])+1, (void *) &stat_nlink, sizeof(zval *), NULL); ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(593): remark #981: operands are evaluated in unspecified order zend_hash_update(HASH_OF(return_value), stat_sb_names[4], strlen(stat_sb_names[4])+1, (void *) &stat_uid, sizeof(zval *), NULL); ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(593): remark #981: operands are evaluated in unspecified order zend_hash_update(HASH_OF(return_value), stat_sb_names[4], strlen(stat_sb_names[4])+1, (void *) &stat_uid, sizeof(zval *), NULL); ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(594): remark #981: operands are evaluated in unspecified order zend_hash_update(HASH_OF(return_value), stat_sb_names[5], strlen(stat_sb_names[5])+1, (void *) &stat_gid, sizeof(zval *), NULL); ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(594): remark #981: operands are evaluated in unspecified order zend_hash_update(HASH_OF(return_value), stat_sb_names[5], strlen(stat_sb_names[5])+1, (void *) &stat_gid, sizeof(zval *), NULL); ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(595): remark #981: operands are evaluated in unspecified order zend_hash_update(HASH_OF(return_value), stat_sb_names[6], strlen(stat_sb_names[6])+1, (void *) &stat_rdev, sizeof(zval *), NULL); ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(595): remark #981: operands are evaluated in unspecified order zend_hash_update(HASH_OF(return_value), stat_sb_names[6], strlen(stat_sb_names[6])+1, (void *) &stat_rdev, sizeof(zval *), NULL); ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(596): remark #981: operands are evaluated in unspecified order zend_hash_update(HASH_OF(return_value), stat_sb_names[7], strlen(stat_sb_names[7])+1, (void *) &stat_size, sizeof(zval *), NULL); ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(596): remark #981: operands are evaluated in unspecified order zend_hash_update(HASH_OF(return_value), stat_sb_names[7], strlen(stat_sb_names[7])+1, (void *) &stat_size, sizeof(zval *), NULL); ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(597): remark #981: operands are evaluated in unspecified order zend_hash_update(HASH_OF(return_value), stat_sb_names[8], strlen(stat_sb_names[8])+1, (void *) &stat_atime, sizeof(zval *), NULL); ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(597): remark #981: operands are evaluated in unspecified order zend_hash_update(HASH_OF(return_value), stat_sb_names[8], strlen(stat_sb_names[8])+1, (void *) &stat_atime, sizeof(zval *), NULL); ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(598): remark #981: operands are evaluated in unspecified order zend_hash_update(HASH_OF(return_value), stat_sb_names[9], strlen(stat_sb_names[9])+1, (void *) &stat_mtime, sizeof(zval *), NULL); ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(598): remark #981: operands are evaluated in unspecified order zend_hash_update(HASH_OF(return_value), stat_sb_names[9], strlen(stat_sb_names[9])+1, (void *) &stat_mtime, sizeof(zval *), NULL); ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(599): remark #981: operands are evaluated in unspecified order zend_hash_update(HASH_OF(return_value), stat_sb_names[10], strlen(stat_sb_names[10])+1, (void *) &stat_ctime, sizeof(zval *), NULL); ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(599): remark #981: operands are evaluated in unspecified order zend_hash_update(HASH_OF(return_value), stat_sb_names[10], strlen(stat_sb_names[10])+1, (void *) &stat_ctime, sizeof(zval *), NULL); ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(600): remark #981: operands are evaluated in unspecified order zend_hash_update(HASH_OF(return_value), stat_sb_names[11], strlen(stat_sb_names[11])+1, (void *) &stat_blksize, sizeof(zval *), NULL); ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(600): remark #981: operands are evaluated in unspecified order zend_hash_update(HASH_OF(return_value), stat_sb_names[11], strlen(stat_sb_names[11])+1, (void *) &stat_blksize, sizeof(zval *), NULL); ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(601): remark #981: operands are evaluated in unspecified order zend_hash_update(HASH_OF(return_value), stat_sb_names[12], strlen(stat_sb_names[12])+1, (void *) &stat_blocks, sizeof(zval *), NULL); ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(601): remark #981: operands are evaluated in unspecified order zend_hash_update(HASH_OF(return_value), stat_sb_names[12], strlen(stat_sb_names[12])+1, (void *) &stat_blocks, sizeof(zval *), NULL); ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(610): remark #1418: external function definition with no prior declaration void phar_file_stat(const char *filename, php_stat_len filename_length, int type, void (*orig_stat_func)(INTERNAL_FUNCTION_PARAMETERS), INTERNAL_FUNCTION_PARAMETERS) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(824): remark #1418: external function definition with no prior declaration PharFileFunction(phar_fileperms, FS_PERMS, orig_fileperms) ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(829): remark #1418: external function definition with no prior declaration PharFileFunction(phar_fileinode, FS_INODE, orig_fileinode) ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(834): remark #1418: external function definition with no prior declaration PharFileFunction(phar_filesize, FS_SIZE, orig_filesize) ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(839): remark #1418: external function definition with no prior declaration PharFileFunction(phar_fileowner, FS_OWNER, orig_fileowner) ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(844): remark #1418: external function definition with no prior declaration PharFileFunction(phar_filegroup, FS_GROUP, orig_filegroup) ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(849): remark #1418: external function definition with no prior declaration PharFileFunction(phar_fileatime, FS_ATIME, orig_fileatime) ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(854): remark #1418: external function definition with no prior declaration PharFileFunction(phar_filemtime, FS_MTIME, orig_filemtime) ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(859): remark #1418: external function definition with no prior declaration PharFileFunction(phar_filectime, FS_CTIME, orig_filectime) ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(864): remark #1418: external function definition with no prior declaration PharFileFunction(phar_filetype, FS_TYPE, orig_filetype) ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(869): remark #1418: external function definition with no prior declaration PharFileFunction(phar_is_writable, FS_IS_W, orig_is_writable) ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(874): remark #1418: external function definition with no prior declaration PharFileFunction(phar_is_readable, FS_IS_R, orig_is_readable) ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(879): remark #1418: external function definition with no prior declaration PharFileFunction(phar_is_executable, FS_IS_X, orig_is_executable) ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(884): remark #1418: external function definition with no prior declaration PharFileFunction(phar_file_exists, FS_EXISTS, orig_file_exists) ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(889): remark #1418: external function definition with no prior declaration PharFileFunction(phar_is_dir, FS_IS_DIR, orig_is_dir) ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(1026): remark #1418: external function definition with no prior declaration PharFileFunction(phar_lstat, FS_LSTAT, orig_lstat) ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(1031): remark #1418: external function definition with no prior declaration PharFileFunction(phar_stat, FS_STAT, orig_stat) ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(1035): remark #1418: external function definition with no prior declaration void phar_intercept_functions(TSRMLS_D) ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(1046): remark #1418: external function definition with no prior declaration void phar_release_functions(TSRMLS_D) ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(1060): remark #1418: external function definition with no prior declaration void phar_intercept_functions_init(TSRMLS_D) ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(1097): remark #1418: external function definition with no prior declaration void phar_intercept_functions_shutdown(TSRMLS_D) ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(1151): remark #1418: external function definition with no prior declaration void phar_save_orig_functions(TSRMLS_D) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/func_interceptors.c(1178): remark #1418: external function definition with no prior declaration void phar_restore_orig_functions(TSRMLS_D) /* {{{ */ ^ /home/tony/php-src_5_3/ext/standard/crc32.h(35): remark #177: variable "crc32tab" was declared but never referenced static const unsigned int crc32tab[256] = { ^ /home/tony/php-src_5_3/Zend/zend.h(82): remark #193: zero used for undefined preprocessing identifier #if HAVE_MACH_O_DYLD_H ^ /home/tony/php-src_5_3/Zend/zend_variables.h(30): remark #869: parameter "__zend_filename" was never referenced static inline void _zval_dtor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_variables.h(30): remark #869: parameter "__zend_lineno" was never referenced static inline void _zval_dtor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_variables.h(40): remark #869: parameter "__zend_filename" was never referenced static inline void _zval_copy_ctor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_variables.h(40): remark #869: parameter "__zend_lineno" was never referenced static inline void _zval_copy_ctor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_execute.h(65): remark #869: parameter "__zend_orig_filename" was never referenced static inline void safe_free_zval_ptr_rel(zval *p ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) ^ /home/tony/php-src_5_3/Zend/zend_execute.h(65): remark #869: parameter "__zend_orig_lineno" was never referenced static inline void safe_free_zval_ptr_rel(zval *p ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) ^ /home/tony/php-src_5_3/Zend/zend_execute.h(92): remark #1572: floating-point equality and inequality comparisons are unreliable result = (Z_DVAL_P(op) ? 1 : 0); ^ /home/tony/php-src_5_3/main/php.h(94): remark #193: zero used for undefined preprocessing identifier #if HAVE_UNIX_H ^ /home/tony/php-src_5_3/TSRM/tsrm_config_common.h(5): remark #193: zero used for undefined preprocessing identifier # if WINNT|WIN32 ^ /home/tony/php-src_5_3/TSRM/tsrm_config_common.h(5): remark #193: zero used for undefined preprocessing identifier # if WINNT|WIN32 ^ /home/tony/php-src_5_3/ext/standard/php_smart_str.h(155): remark #810: conversion from "int" to "char" may lose significant bits smart_str_print_long4(buf, num, unsigned long, r); ^ /home/tony/php-src_5_3/ext/standard/php_smart_str.h(155): remark #810: conversion from "int" to "char" may lose significant bits smart_str_print_long4(buf, num, unsigned long, r); ^ /home/tony/php-src_5_3/ext/standard/php_smart_str.h(161): remark #810: conversion from "int" to "char" may lose significant bits smart_str_print_unsigned4(buf, num, unsigned long, r); ^ /home/tony/php-src_5_3/ext/spl/spl_iterators.h(26): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/pcre/php_pcre.h(24): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/spl/spl_iterators.h(74): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/spl/spl_iterators.h(149): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(69): remark #193: zero used for undefined preprocessing identifier #if HAVE_HASH_EXT ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(220): remark #193: zero used for undefined preprocessing identifier # if SIZEOF_SHORT == 2 ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(273): warning #108: implicitly-signed bit field of length 1 int is_crc_checked:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(274): warning #108: implicitly-signed bit field of length 1 int is_modified:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(275): warning #108: implicitly-signed bit field of length 1 int is_deleted:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(276): warning #108: implicitly-signed bit field of length 1 int is_dir:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(279): warning #108: implicitly-signed bit field of length 1 int is_mounted:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(282): warning #108: implicitly-signed bit field of length 1 int is_temp_dir:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(286): warning #108: implicitly-signed bit field of length 1 int is_tar:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(290): warning #108: implicitly-signed bit field of length 1 int is_zip:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(292): warning #108: implicitly-signed bit field of length 1 int is_persistent:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(329): warning #108: implicitly-signed bit field of length 1 int is_temporary_alias:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(330): warning #108: implicitly-signed bit field of length 1 int is_modified:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(331): warning #108: implicitly-signed bit field of length 1 int is_writeable:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(332): warning #108: implicitly-signed bit field of length 1 int is_brandnew:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(334): warning #108: implicitly-signed bit field of length 1 int donotflush:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(336): warning #108: implicitly-signed bit field of length 1 int is_zip:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(338): warning #108: implicitly-signed bit field of length 1 int is_tar:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(340): warning #108: implicitly-signed bit field of length 1 int is_data:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(342): warning #108: implicitly-signed bit field of length 1 int is_persistent:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(484): warning #108: implicitly-signed bit field of length 1 int for_write:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(485): warning #108: implicitly-signed bit field of length 1 int is_zip:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(486): warning #108: implicitly-signed bit field of length 1 int is_tar:1; ^ /home/tony/php-src_5_3/ext/phar/dirstream.c(25): remark #1419: external declaration in primary source file void phar_dostat(phar_archive_data *phar, phar_entry_info *data, php_stream_statbuf *ssb, ^ /home/tony/php-src_5_3/ext/phar/dirstream.c(44): remark #869: parameter "close_handle" was never referenced static int phar_dir_close(php_stream *stream, int close_handle TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/dirstream.c(130): remark #869: parameter "stream" was never referenced static size_t phar_dir_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/dirstream.c(130): remark #869: parameter "buf" was never referenced static size_t phar_dir_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/dirstream.c(130): remark #869: parameter "count" was never referenced static size_t phar_dir_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/dirstream.c(139): remark #869: parameter "stream" was never referenced static int phar_dir_flush(php_stream *stream TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/dirstream.c(315): remark #1418: external function definition with no prior declaration php_stream *phar_wrapper_open_dir(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/dirstream.c(315): remark #869: parameter "opened_path" was never referenced php_stream *phar_wrapper_open_dir(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/dirstream.c(315): remark #869: parameter "__php_stream_call_depth" was never referenced php_stream *phar_wrapper_open_dir(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/dirstream.c(315): remark #869: parameter "__zend_filename" was never referenced php_stream *phar_wrapper_open_dir(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/dirstream.c(315): remark #869: parameter "__zend_lineno" was never referenced php_stream *phar_wrapper_open_dir(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/dirstream.c(315): remark #869: parameter "__zend_orig_filename" was never referenced php_stream *phar_wrapper_open_dir(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/dirstream.c(315): remark #869: parameter "__zend_orig_lineno" was never referenced php_stream *phar_wrapper_open_dir(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/dirstream.c(426): remark #869: parameter "mode" was never referenced int phar_wrapper_mkdir(php_stream_wrapper *wrapper, char *url_from, int mode, int options, php_stream_context *context TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/dirstream.c(426): remark #869: parameter "context" was never referenced int phar_wrapper_mkdir(php_stream_wrapper *wrapper, char *url_from, int mode, int options, php_stream_context *context TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/dirstream.c(564): remark #869: parameter "context" was never referenced int phar_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/standard/crc32.h(35): remark #177: variable "crc32tab" was declared but never referenced static const unsigned int crc32tab[256] = { ^ /home/tony/php-src_5_3/Zend/zend.h(82): remark #193: zero used for undefined preprocessing identifier #if HAVE_MACH_O_DYLD_H ^ /home/tony/php-src_5_3/Zend/zend_variables.h(30): remark #869: parameter "__zend_filename" was never referenced static inline void _zval_dtor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_variables.h(30): remark #869: parameter "__zend_lineno" was never referenced static inline void _zval_dtor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_variables.h(40): remark #869: parameter "__zend_filename" was never referenced static inline void _zval_copy_ctor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_variables.h(40): remark #869: parameter "__zend_lineno" was never referenced static inline void _zval_copy_ctor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_execute.h(65): remark #869: parameter "__zend_orig_filename" was never referenced static inline void safe_free_zval_ptr_rel(zval *p ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) ^ /home/tony/php-src_5_3/Zend/zend_execute.h(65): remark #869: parameter "__zend_orig_lineno" was never referenced static inline void safe_free_zval_ptr_rel(zval *p ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) ^ /home/tony/php-src_5_3/Zend/zend_execute.h(92): remark #1572: floating-point equality and inequality comparisons are unreliable result = (Z_DVAL_P(op) ? 1 : 0); ^ /home/tony/php-src_5_3/main/php.h(94): remark #193: zero used for undefined preprocessing identifier #if HAVE_UNIX_H ^ /home/tony/php-src_5_3/TSRM/tsrm_config_common.h(5): remark #193: zero used for undefined preprocessing identifier # if WINNT|WIN32 ^ /home/tony/php-src_5_3/TSRM/tsrm_config_common.h(5): remark #193: zero used for undefined preprocessing identifier # if WINNT|WIN32 ^ /home/tony/php-src_5_3/ext/standard/php_smart_str.h(155): remark #810: conversion from "int" to "char" may lose significant bits smart_str_print_long4(buf, num, unsigned long, r); ^ /home/tony/php-src_5_3/ext/standard/php_smart_str.h(155): remark #810: conversion from "int" to "char" may lose significant bits smart_str_print_long4(buf, num, unsigned long, r); ^ /home/tony/php-src_5_3/ext/standard/php_smart_str.h(161): remark #810: conversion from "int" to "char" may lose significant bits smart_str_print_unsigned4(buf, num, unsigned long, r); ^ /home/tony/php-src_5_3/ext/spl/spl_iterators.h(26): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/pcre/php_pcre.h(24): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/spl/spl_iterators.h(74): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/spl/spl_iterators.h(149): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(69): remark #193: zero used for undefined preprocessing identifier #if HAVE_HASH_EXT ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(220): remark #193: zero used for undefined preprocessing identifier # if SIZEOF_SHORT == 2 ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(273): warning #108: implicitly-signed bit field of length 1 int is_crc_checked:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(274): warning #108: implicitly-signed bit field of length 1 int is_modified:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(275): warning #108: implicitly-signed bit field of length 1 int is_deleted:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(276): warning #108: implicitly-signed bit field of length 1 int is_dir:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(279): warning #108: implicitly-signed bit field of length 1 int is_mounted:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(282): warning #108: implicitly-signed bit field of length 1 int is_temp_dir:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(286): warning #108: implicitly-signed bit field of length 1 int is_tar:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(290): warning #108: implicitly-signed bit field of length 1 int is_zip:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(292): warning #108: implicitly-signed bit field of length 1 int is_persistent:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(329): warning #108: implicitly-signed bit field of length 1 int is_temporary_alias:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(330): warning #108: implicitly-signed bit field of length 1 int is_modified:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(331): warning #108: implicitly-signed bit field of length 1 int is_writeable:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(332): warning #108: implicitly-signed bit field of length 1 int is_brandnew:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(334): warning #108: implicitly-signed bit field of length 1 int donotflush:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(336): warning #108: implicitly-signed bit field of length 1 int is_zip:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(338): warning #108: implicitly-signed bit field of length 1 int is_tar:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(340): warning #108: implicitly-signed bit field of length 1 int is_data:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(342): warning #108: implicitly-signed bit field of length 1 int is_persistent:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(484): warning #108: implicitly-signed bit field of length 1 int for_write:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(485): warning #108: implicitly-signed bit field of length 1 int is_zip:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(486): warning #108: implicitly-signed bit field of length 1 int is_tar:1; ^ /home/tony/php-src_5_3/ext/phar/phar.c(51): remark #1418: external function definition with no prior declaration ZEND_INI_MH(phar_ini_modify_handler) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/phar.c(51): remark #869: parameter "mh_arg1" was never referenced ZEND_INI_MH(phar_ini_modify_handler) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/phar.c(51): remark #869: parameter "mh_arg2" was never referenced ZEND_INI_MH(phar_ini_modify_handler) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/phar.c(51): remark #869: parameter "mh_arg3" was never referenced ZEND_INI_MH(phar_ini_modify_handler) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/phar.c(187): remark #1418: external function definition with no prior declaration ZEND_INI_MH(phar_ini_cache_list) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/phar.c(187): remark #869: parameter "entry" was never referenced ZEND_INI_MH(phar_ini_cache_list) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/phar.c(187): remark #869: parameter "new_value_length" was never referenced ZEND_INI_MH(phar_ini_cache_list) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/phar.c(187): remark #869: parameter "mh_arg1" was never referenced ZEND_INI_MH(phar_ini_cache_list) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/phar.c(187): remark #869: parameter "mh_arg2" was never referenced ZEND_INI_MH(phar_ini_cache_list) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/phar.c(187): remark #869: parameter "mh_arg3" was never referenced ZEND_INI_MH(phar_ini_cache_list) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/phar.c(454): remark #1418: external function definition with no prior declaration void phar_entry_remove(phar_entry_data *idata, char **error TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/phar.c(746): remark #810: conversion from "int" to "uint16_t={unsigned short}" may lose significant bits manifest_ver = (((unsigned char)buffer[0]) << 8) ^ /home/tony/php-src_5_3/ext/phar/phar.c(754): remark #181: argument is incompatible with corresponding format string conversion spprintf(error, 0, "phar \"%s\" is API version %1.u.%1.u.%1.u, and cannot be processed", fname, manifest_ver >> 12, (manifest_ver >> 8) & 0xF, (manifest_ver >> 4) & 0x0F); ^ /home/tony/php-src_5_3/ext/phar/phar.c(754): remark #181: argument is incompatible with corresponding format string conversion spprintf(error, 0, "phar \"%s\" is API version %1.u.%1.u.%1.u, and cannot be processed", fname, manifest_ver >> 12, (manifest_ver >> 8) & 0xF, (manifest_ver >> 4) & 0x0F); ^ /home/tony/php-src_5_3/ext/phar/phar.c(754): remark #181: argument is incompatible with corresponding format string conversion spprintf(error, 0, "phar \"%s\" is API version %1.u.%1.u.%1.u, and cannot be processed", fname, manifest_ver >> 12, (manifest_ver >> 8) & 0xF, (manifest_ver >> 4) & 0x0F); ^ /home/tony/php-src_5_3/ext/phar/phar.c(836): remark #193: zero used for undefined preprocessing identifier #if HAVE_HASH_EXT ^ /home/tony/php-src_5_3/ext/phar/phar.c(2594): remark #981: operands are evaluated in unspecified order if (!(php_stream_from_zval_no_verify(stubfile, (zval **)user_stub))) { ^ /home/tony/php-src_5_3/ext/phar/phar.c(2594): remark #981: operands are evaluated in unspecified order if (!(php_stream_from_zval_no_verify(stubfile, (zval **)user_stub))) { ^ /home/tony/php-src_5_3/ext/phar/phar.c(3106): remark #193: zero used for undefined preprocessing identifier #if !HAVE_HASH_EXT ^ /home/tony/php-src_5_3/ext/phar/phar.c(3274): remark #1418: external function definition with no prior declaration char *phar_resolve_path(const char *filename, int filename_len TSRMLS_DC) ^ /home/tony/php-src_5_3/ext/phar/phar.c(3414): remark #1418: external function definition with no prior declaration PHP_GINIT_FUNCTION(phar) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/phar.c(3474): remark #1418: external function definition with no prior declaration PHP_GSHUTDOWN_FUNCTION(phar) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/phar.c(3480): remark #1418: external function definition with no prior declaration PHP_MINIT_FUNCTION(phar) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/phar.c(3480): remark #869: parameter "type" was never referenced PHP_MINIT_FUNCTION(phar) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/phar.c(3504): remark #1418: external function definition with no prior declaration PHP_MSHUTDOWN_FUNCTION(phar) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/phar.c(3504): remark #869: parameter "type" was never referenced PHP_MSHUTDOWN_FUNCTION(phar) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/phar.c(3504): remark #869: parameter "module_number" was never referenced PHP_MSHUTDOWN_FUNCTION(phar) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/phar.c(3564): remark #1418: external function definition with no prior declaration PHP_RSHUTDOWN_FUNCTION(phar) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/phar.c(3564): remark #869: parameter "type" was never referenced PHP_RSHUTDOWN_FUNCTION(phar) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/phar.c(3564): remark #869: parameter "module_number" was never referenced PHP_RSHUTDOWN_FUNCTION(phar) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/phar.c(3609): remark #1418: external function definition with no prior declaration PHP_MINFO_FUNCTION(phar) /* {{{ */ ^ /home/tony/php-src_5_3/Zend/zend.h(82): remark #193: zero used for undefined preprocessing identifier #if HAVE_MACH_O_DYLD_H ^ /home/tony/php-src_5_3/Zend/zend_variables.h(30): remark #869: parameter "__zend_filename" was never referenced static inline void _zval_dtor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_variables.h(30): remark #869: parameter "__zend_lineno" was never referenced static inline void _zval_dtor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_variables.h(40): remark #869: parameter "__zend_filename" was never referenced static inline void _zval_copy_ctor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_variables.h(40): remark #869: parameter "__zend_lineno" was never referenced static inline void _zval_copy_ctor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_execute.h(65): remark #869: parameter "__zend_orig_filename" was never referenced static inline void safe_free_zval_ptr_rel(zval *p ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) ^ /home/tony/php-src_5_3/Zend/zend_execute.h(65): remark #869: parameter "__zend_orig_lineno" was never referenced static inline void safe_free_zval_ptr_rel(zval *p ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) ^ /home/tony/php-src_5_3/Zend/zend_execute.h(92): remark #1572: floating-point equality and inequality comparisons are unreliable result = (Z_DVAL_P(op) ? 1 : 0); ^ /home/tony/php-src_5_3/main/php.h(94): remark #193: zero used for undefined preprocessing identifier #if HAVE_UNIX_H ^ /home/tony/php-src_5_3/TSRM/tsrm_config_common.h(5): remark #193: zero used for undefined preprocessing identifier # if WINNT|WIN32 ^ /home/tony/php-src_5_3/TSRM/tsrm_config_common.h(5): remark #193: zero used for undefined preprocessing identifier # if WINNT|WIN32 ^ /home/tony/php-src_5_3/ext/standard/php_smart_str.h(155): remark #810: conversion from "int" to "char" may lose significant bits smart_str_print_long4(buf, num, unsigned long, r); ^ /home/tony/php-src_5_3/ext/standard/php_smart_str.h(155): remark #810: conversion from "int" to "char" may lose significant bits smart_str_print_long4(buf, num, unsigned long, r); ^ /home/tony/php-src_5_3/ext/standard/php_smart_str.h(161): remark #810: conversion from "int" to "char" may lose significant bits smart_str_print_unsigned4(buf, num, unsigned long, r); ^ /home/tony/php-src_5_3/ext/spl/spl_iterators.h(26): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/pcre/php_pcre.h(24): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/spl/spl_iterators.h(74): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/spl/spl_iterators.h(149): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(69): remark #193: zero used for undefined preprocessing identifier #if HAVE_HASH_EXT ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(220): remark #193: zero used for undefined preprocessing identifier # if SIZEOF_SHORT == 2 ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(273): warning #108: implicitly-signed bit field of length 1 int is_crc_checked:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(274): warning #108: implicitly-signed bit field of length 1 int is_modified:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(275): warning #108: implicitly-signed bit field of length 1 int is_deleted:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(276): warning #108: implicitly-signed bit field of length 1 int is_dir:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(279): warning #108: implicitly-signed bit field of length 1 int is_mounted:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(282): warning #108: implicitly-signed bit field of length 1 int is_temp_dir:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(286): warning #108: implicitly-signed bit field of length 1 int is_tar:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(290): warning #108: implicitly-signed bit field of length 1 int is_zip:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(292): warning #108: implicitly-signed bit field of length 1 int is_persistent:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(329): warning #108: implicitly-signed bit field of length 1 int is_temporary_alias:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(330): warning #108: implicitly-signed bit field of length 1 int is_modified:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(331): warning #108: implicitly-signed bit field of length 1 int is_writeable:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(332): warning #108: implicitly-signed bit field of length 1 int is_brandnew:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(334): warning #108: implicitly-signed bit field of length 1 int donotflush:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(336): warning #108: implicitly-signed bit field of length 1 int is_zip:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(338): warning #108: implicitly-signed bit field of length 1 int is_tar:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(340): warning #108: implicitly-signed bit field of length 1 int is_data:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(342): warning #108: implicitly-signed bit field of length 1 int is_persistent:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(484): warning #108: implicitly-signed bit field of length 1 int for_write:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(485): warning #108: implicitly-signed bit field of length 1 int is_zip:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(486): warning #108: implicitly-signed bit field of length 1 int is_tar:1; ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(53): remark #869: parameter "request_uri" was never referenced static void phar_mung_server_vars(char *fname, char *entry, int entry_len, char *basename, char *request_uri, int request_uri_len TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(169): remark #869: parameter "arch_len" was never referenced static int phar_file_action(phar_archive_data *phar, phar_entry_info *info, char *mime_type, int code, char *entry, int entry_len, char *arch, int arch_len, char *basename, char *ru, int ru_len TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(436): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, running) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(436): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, running) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(436): remark #869: parameter "this_ptr" was never referenced PHP_METHOD(Phar, running) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(436): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, running) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(470): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, mount) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(470): remark #869: parameter "return_value" was never referenced PHP_METHOD(Phar, mount) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(470): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, mount) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(470): remark #869: parameter "this_ptr" was never referenced PHP_METHOD(Phar, mount) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(470): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, mount) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(559): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, webPhar) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(606): remark #1599: declaration hides parameter "ht" (declared at line 559) HashTable *ht = Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER]); ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(559): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, webPhar) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(559): remark #869: parameter "this_ptr" was never referenced PHP_METHOD(Phar, webPhar) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(559): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, webPhar) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(563): remark #593: variable "ret" was set but never used int alias_len = 0, ret, f404_len = 0, free_pathinfo = 0, ru_len = 0; ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(888): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, mungServer) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(888): remark #869: parameter "return_value" was never referenced PHP_METHOD(Phar, mungServer) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(888): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, mungServer) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(888): remark #869: parameter "this_ptr" was never referenced PHP_METHOD(Phar, mungServer) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(888): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, mungServer) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(949): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, interceptFileFuncs) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(949): remark #869: parameter "ht" was never referenced PHP_METHOD(Phar, interceptFileFuncs) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(949): remark #869: parameter "return_value" was never referenced PHP_METHOD(Phar, interceptFileFuncs) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(949): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, interceptFileFuncs) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(949): remark #869: parameter "this_ptr" was never referenced PHP_METHOD(Phar, interceptFileFuncs) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(949): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, interceptFileFuncs) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(960): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, createDefaultStub) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(960): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, createDefaultStub) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(960): remark #869: parameter "this_ptr" was never referenced PHP_METHOD(Phar, createDefaultStub) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(960): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, createDefaultStub) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(983): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, mapPhar) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(983): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, mapPhar) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(983): remark #869: parameter "this_ptr" was never referenced PHP_METHOD(Phar, mapPhar) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(983): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, mapPhar) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1005): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, loadPhar) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1005): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, loadPhar) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1005): remark #869: parameter "this_ptr" was never referenced PHP_METHOD(Phar, loadPhar) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1005): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, loadPhar) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1026): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, apiVersion) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1026): remark #869: parameter "ht" was never referenced PHP_METHOD(Phar, apiVersion) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1026): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, apiVersion) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1026): remark #869: parameter "this_ptr" was never referenced PHP_METHOD(Phar, apiVersion) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1026): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, apiVersion) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1034): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, canCompress) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1034): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, canCompress) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1034): remark #869: parameter "this_ptr" was never referenced PHP_METHOD(Phar, canCompress) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1034): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, canCompress) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1068): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, canWrite) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1068): remark #869: parameter "ht" was never referenced PHP_METHOD(Phar, canWrite) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1068): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, canWrite) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1068): remark #869: parameter "this_ptr" was never referenced PHP_METHOD(Phar, canWrite) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1068): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, canWrite) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1076): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, isValidPharFilename) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1076): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, isValidPharFilename) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1076): remark #869: parameter "this_ptr" was never referenced PHP_METHOD(Phar, isValidPharFilename) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1076): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, isValidPharFilename) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1111): remark #869: parameter "src" was never referenced static void phar_spl_foreign_clone(spl_filesystem_object *src, spl_filesystem_object *dst TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1132): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, __construct) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1132): remark #869: parameter "return_value" was never referenced PHP_METHOD(Phar, __construct) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1132): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, __construct) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1132): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, __construct) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1268): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, getSupportedSignatures) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1274): remark #193: zero used for undefined preprocessing identifier #if HAVE_HASH_EXT ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1268): remark #869: parameter "ht" was never referenced PHP_METHOD(Phar, getSupportedSignatures) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1268): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, getSupportedSignatures) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1268): remark #869: parameter "this_ptr" was never referenced PHP_METHOD(Phar, getSupportedSignatures) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1268): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, getSupportedSignatures) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1291): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, getSupportedCompression) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1291): remark #869: parameter "ht" was never referenced PHP_METHOD(Phar, getSupportedCompression) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1291): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, getSupportedCompression) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1291): remark #869: parameter "this_ptr" was never referenced PHP_METHOD(Phar, getSupportedCompression) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1291): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, getSupportedCompression) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1309): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, unlinkArchive) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1309): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, unlinkArchive) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1309): remark #869: parameter "this_ptr" was never referenced PHP_METHOD(Phar, unlinkArchive) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1309): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, unlinkArchive) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1430): remark #981: operands are evaluated in unspecified order php_stream_from_zval_no_verify(fp, value); ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1430): remark #981: operands are evaluated in unspecified order php_stream_from_zval_no_verify(fp, value); ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1438): remark #810: conversion from "int" to "zend_uchar={unsigned char}" may lose significant bits key_type = iter->funcs->get_current_key(iter, &key, &str_key_len, &int_key TSRMLS_CC); ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1570): remark #810: conversion from "int" to "zend_uchar={unsigned char}" may lose significant bits key_type = iter->funcs->get_current_key(iter, &key, &str_key_len, &int_key TSRMLS_CC); ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1735): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, buildFromDirectory) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1735): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, buildFromDirectory) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1735): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, buildFromDirectory) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1860): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, buildFromIterator) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1860): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, buildFromIterator) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1860): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, buildFromIterator) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1906): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, count) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1906): remark #869: parameter "ht" was never referenced PHP_METHOD(Phar, count) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1906): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, count) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1906): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, count) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1918): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, isFileFormat) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1918): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, isFileFormat) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1918): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, isFileFormat) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(1986): remark #869: parameter "compress" was never referenced static zval *phar_rename_archive(phar_archive_data *phar, char *ext, zend_bool compress TSRMLS_DC) /* {{{ */ ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2270): remark #810: conversion from "int" to "char" may lose significant bits newentry.tar_type = (entry->is_dir ? TAR_DIR : TAR_FILE); ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2300): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, convertToExecutable) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2300): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, convertToExecutable) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2300): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, convertToExecutable) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2403): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, convertToData) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2403): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, convertToData) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2403): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, convertToData) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2504): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, isCompressed) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2504): remark #869: parameter "ht" was never referenced PHP_METHOD(Phar, isCompressed) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2504): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, isCompressed) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2504): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, isCompressed) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2523): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, isWritable) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2523): remark #869: parameter "ht" was never referenced PHP_METHOD(Phar, isWritable) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2523): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, isWritable) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2523): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, isWritable) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2547): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, delete) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2547): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, delete) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2547): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, delete) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2594): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, getAlias) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2594): remark #869: parameter "ht" was never referenced PHP_METHOD(Phar, getAlias) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2594): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, getAlias) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2594): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, getAlias) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2607): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, getPath) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2607): remark #869: parameter "ht" was never referenced PHP_METHOD(Phar, getPath) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2607): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, getPath) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2607): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, getPath) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2619): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, setAlias) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2619): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, setAlias) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2619): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, setAlias) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2715): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, getVersion) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2715): remark #869: parameter "ht" was never referenced PHP_METHOD(Phar, getVersion) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2715): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, getVersion) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2715): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, getVersion) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2726): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, startBuffering) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2726): remark #869: parameter "ht" was never referenced PHP_METHOD(Phar, startBuffering) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2726): remark #869: parameter "return_value" was never referenced PHP_METHOD(Phar, startBuffering) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2726): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, startBuffering) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2726): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, startBuffering) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2737): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, isBuffering) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2737): remark #869: parameter "ht" was never referenced PHP_METHOD(Phar, isBuffering) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2737): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, isBuffering) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2737): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, isBuffering) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2748): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, stopBuffering) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2748): remark #869: parameter "ht" was never referenced PHP_METHOD(Phar, stopBuffering) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2748): remark #869: parameter "return_value" was never referenced PHP_METHOD(Phar, stopBuffering) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2748): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, stopBuffering) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2748): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, stopBuffering) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2774): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, setStub) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2801): remark #981: operands are evaluated in unspecified order if ((php_stream_from_zval_no_verify(stream, &zstub)) != NULL) { ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2801): remark #981: operands are evaluated in unspecified order if ((php_stream_from_zval_no_verify(stream, &zstub)) != NULL) { ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2774): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, setStub) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2774): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, setStub) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2780): remark #593: variable "stream" was set but never used php_stream *stream; ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2845): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, setDefaultStub) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2845): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, setDefaultStub) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2845): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, setDefaultStub) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2915): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, setSignatureAlgorithm) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2942): remark #193: zero used for undefined preprocessing identifier #if !HAVE_HASH_EXT ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2915): remark #869: parameter "return_value" was never referenced PHP_METHOD(Phar, setSignatureAlgorithm) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2915): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, setSignatureAlgorithm) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2915): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, setSignatureAlgorithm) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2971): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, getSignature) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2971): remark #869: parameter "ht" was never referenced PHP_METHOD(Phar, getSignature) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2971): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, getSignature) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(2971): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, getSignature) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3011): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, getModified) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3011): remark #869: parameter "ht" was never referenced PHP_METHOD(Phar, getModified) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3011): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, getModified) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3011): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, getModified) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3081): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, compress) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3081): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, compress) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3081): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, compress) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3150): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, decompress) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3150): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, decompress) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3150): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, decompress) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3192): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, compressFiles) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3192): remark #869: parameter "return_value" was never referenced PHP_METHOD(Phar, compressFiles) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3192): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, compressFiles) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3192): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, compressFiles) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3264): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, decompressFiles) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3264): remark #869: parameter "ht" was never referenced PHP_METHOD(Phar, decompressFiles) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3264): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, decompressFiles) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3264): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, decompressFiles) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3302): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, copy) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3302): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, copy) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3302): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, copy) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3404): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, offsetExists) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3404): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, offsetExists) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3404): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, offsetExists) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3438): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, offsetGet) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3438): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, offsetGet) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3438): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, offsetGet) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3518): remark #981: operands are evaluated in unspecified order if (!(php_stream_from_zval_no_verify(contents_file, &zresource))) { ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3518): remark #981: operands are evaluated in unspecified order if (!(php_stream_from_zval_no_verify(contents_file, &zresource))) { ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3574): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, offsetSet) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3574): remark #869: parameter "return_value" was never referenced PHP_METHOD(Phar, offsetSet) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3574): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, offsetSet) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3574): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, offsetSet) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3613): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, offsetUnset) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3613): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, offsetUnset) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3613): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, offsetUnset) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3657): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, addEmptyDir) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3657): remark #869: parameter "return_value" was never referenced PHP_METHOD(Phar, addEmptyDir) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3657): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, addEmptyDir) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3657): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, addEmptyDir) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3680): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, addFile) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3680): remark #869: parameter "return_value" was never referenced PHP_METHOD(Phar, addFile) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3680): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, addFile) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3680): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, addFile) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3726): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, addFromString) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3726): remark #869: parameter "return_value" was never referenced PHP_METHOD(Phar, addFromString) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3726): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, addFromString) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3726): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, addFromString) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3744): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, getStub) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3762): remark #593: variable "filter_name" was set but never used char *filter_name; ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3744): remark #869: parameter "ht" was never referenced PHP_METHOD(Phar, getStub) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3744): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, getStub) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3744): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, getStub) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3835): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, hasMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3835): remark #869: parameter "ht" was never referenced PHP_METHOD(Phar, hasMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3835): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, hasMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3835): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, hasMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3846): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, getMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3846): remark #869: parameter "ht" was never referenced PHP_METHOD(Phar, getMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3846): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, getMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3846): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, getMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3859): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, setMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3859): remark #869: parameter "return_value" was never referenced PHP_METHOD(Phar, setMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3859): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, setMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3859): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, setMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3895): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, delMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3895): remark #869: parameter "ht" was never referenced PHP_METHOD(Phar, delMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3895): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, delMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(3895): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, delMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4075): remark #1418: external function definition with no prior declaration PHP_METHOD(Phar, extractTo) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4135): warning #589: transfer of control bypasses initialization of: variable "phar" (declared at line 4198) goto all_files; ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4208): remark #1599: declaration hides variable "entry" (declared at line 4080) phar_entry_info *entry; ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4075): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(Phar, extractTo) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4075): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(Phar, extractTo) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4230): remark #1418: external function definition with no prior declaration PHP_METHOD(PharFileInfo, __construct) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4230): remark #869: parameter "return_value" was never referenced PHP_METHOD(PharFileInfo, __construct) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4230): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(PharFileInfo, __construct) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4230): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(PharFileInfo, __construct) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4302): remark #1418: external function definition with no prior declaration PHP_METHOD(PharFileInfo, __destruct) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4302): remark #869: parameter "ht" was never referenced PHP_METHOD(PharFileInfo, __destruct) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4302): remark #869: parameter "return_value" was never referenced PHP_METHOD(PharFileInfo, __destruct) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4302): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(PharFileInfo, __destruct) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4302): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(PharFileInfo, __destruct) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4321): remark #1418: external function definition with no prior declaration PHP_METHOD(PharFileInfo, getCompressedSize) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4321): remark #869: parameter "ht" was never referenced PHP_METHOD(PharFileInfo, getCompressedSize) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4321): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(PharFileInfo, getCompressedSize) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4321): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(PharFileInfo, getCompressedSize) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4332): remark #1418: external function definition with no prior declaration PHP_METHOD(PharFileInfo, isCompressed) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4332): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(PharFileInfo, isCompressed) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4332): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(PharFileInfo, isCompressed) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4359): remark #1418: external function definition with no prior declaration PHP_METHOD(PharFileInfo, getCRC32) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4359): remark #869: parameter "ht" was never referenced PHP_METHOD(PharFileInfo, getCRC32) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4359): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(PharFileInfo, getCRC32) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4359): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(PharFileInfo, getCRC32) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4381): remark #1418: external function definition with no prior declaration PHP_METHOD(PharFileInfo, isCRCChecked) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4381): remark #869: parameter "ht" was never referenced PHP_METHOD(PharFileInfo, isCRCChecked) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4381): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(PharFileInfo, isCRCChecked) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4381): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(PharFileInfo, isCRCChecked) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4392): remark #1418: external function definition with no prior declaration PHP_METHOD(PharFileInfo, getPharFlags) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4392): remark #869: parameter "ht" was never referenced PHP_METHOD(PharFileInfo, getPharFlags) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4392): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(PharFileInfo, getPharFlags) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4392): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(PharFileInfo, getPharFlags) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4403): remark #1418: external function definition with no prior declaration PHP_METHOD(PharFileInfo, chmod) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4403): remark #869: parameter "return_value" was never referenced PHP_METHOD(PharFileInfo, chmod) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4403): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(PharFileInfo, chmod) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4403): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(PharFileInfo, chmod) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4456): remark #1418: external function definition with no prior declaration PHP_METHOD(PharFileInfo, hasMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4456): remark #869: parameter "ht" was never referenced PHP_METHOD(PharFileInfo, hasMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4456): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(PharFileInfo, hasMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4456): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(PharFileInfo, hasMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4467): remark #1418: external function definition with no prior declaration PHP_METHOD(PharFileInfo, getMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4467): remark #869: parameter "ht" was never referenced PHP_METHOD(PharFileInfo, getMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4467): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(PharFileInfo, getMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4467): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(PharFileInfo, getMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4480): remark #1418: external function definition with no prior declaration PHP_METHOD(PharFileInfo, setMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4480): remark #869: parameter "return_value" was never referenced PHP_METHOD(PharFileInfo, setMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4480): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(PharFileInfo, setMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4480): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(PharFileInfo, setMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4524): remark #1418: external function definition with no prior declaration PHP_METHOD(PharFileInfo, delMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4524): remark #869: parameter "ht" was never referenced PHP_METHOD(PharFileInfo, delMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4524): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(PharFileInfo, delMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4524): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(PharFileInfo, delMetadata) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4566): remark #1418: external function definition with no prior declaration PHP_METHOD(PharFileInfo, getContent) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4566): remark #869: parameter "ht" was never referenced PHP_METHOD(PharFileInfo, getContent) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4566): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(PharFileInfo, getContent) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4566): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(PharFileInfo, getContent) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4612): remark #1418: external function definition with no prior declaration PHP_METHOD(PharFileInfo, compress) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4612): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(PharFileInfo, compress) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4612): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(PharFileInfo, compress) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4729): remark #1418: external function definition with no prior declaration PHP_METHOD(PharFileInfo, decompress) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4729): remark #869: parameter "ht" was never referenced PHP_METHOD(PharFileInfo, decompress) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4729): remark #869: parameter "return_value_ptr" was never referenced PHP_METHOD(PharFileInfo, decompress) ^ /home/tony/php-src_5_3/ext/phar/phar_object.c(4729): remark #869: parameter "return_value_used" was never referenced PHP_METHOD(PharFileInfo, decompress) ^ /home/tony/php-src_5_3/ext/standard/crc32.h(35): remark #177: variable "crc32tab" was declared but never referenced static const unsigned int crc32tab[256] = { ^ /home/tony/php-src_5_3/Zend/zend.h(82): remark #193: zero used for undefined preprocessing identifier #if HAVE_MACH_O_DYLD_H ^ /home/tony/php-src_5_3/Zend/zend_variables.h(30): remark #869: parameter "__zend_filename" was never referenced static inline void _zval_dtor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_variables.h(30): remark #869: parameter "__zend_lineno" was never referenced static inline void _zval_dtor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_variables.h(40): remark #869: parameter "__zend_filename" was never referenced static inline void _zval_copy_ctor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_variables.h(40): remark #869: parameter "__zend_lineno" was never referenced static inline void _zval_copy_ctor(zval *zvalue ZEND_FILE_LINE_DC) ^ /home/tony/php-src_5_3/Zend/zend_execute.h(65): remark #869: parameter "__zend_orig_filename" was never referenced static inline void safe_free_zval_ptr_rel(zval *p ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) ^ /home/tony/php-src_5_3/Zend/zend_execute.h(65): remark #869: parameter "__zend_orig_lineno" was never referenced static inline void safe_free_zval_ptr_rel(zval *p ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) ^ /home/tony/php-src_5_3/Zend/zend_execute.h(92): remark #1572: floating-point equality and inequality comparisons are unreliable result = (Z_DVAL_P(op) ? 1 : 0); ^ /home/tony/php-src_5_3/main/php.h(94): remark #193: zero used for undefined preprocessing identifier #if HAVE_UNIX_H ^ /home/tony/php-src_5_3/TSRM/tsrm_config_common.h(5): remark #193: zero used for undefined preprocessing identifier # if WINNT|WIN32 ^ /home/tony/php-src_5_3/TSRM/tsrm_config_common.h(5): remark #193: zero used for undefined preprocessing identifier # if WINNT|WIN32 ^ /home/tony/php-src_5_3/ext/standard/php_smart_str.h(155): remark #810: conversion from "int" to "char" may lose significant bits smart_str_print_long4(buf, num, unsigned long, r); ^ /home/tony/php-src_5_3/ext/standard/php_smart_str.h(155): remark #810: conversion from "int" to "char" may lose significant bits smart_str_print_long4(buf, num, unsigned long, r); ^ /home/tony/php-src_5_3/ext/standard/php_smart_str.h(161): remark #810: conversion from "int" to "char" may lose significant bits smart_str_print_unsigned4(buf, num, unsigned long, r); ^ /home/tony/php-src_5_3/ext/spl/spl_iterators.h(26): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/pcre/php_pcre.h(24): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/spl/spl_iterators.h(74): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/spl/spl_iterators.h(149): remark #193: zero used for undefined preprocessing identifier #if HAVE_PCRE || HAVE_BUNDLED_PCRE ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(69): remark #193: zero used for undefined preprocessing identifier #if HAVE_HASH_EXT ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(220): remark #193: zero used for undefined preprocessing identifier # if SIZEOF_SHORT == 2 ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(273): warning #108: implicitly-signed bit field of length 1 int is_crc_checked:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(274): warning #108: implicitly-signed bit field of length 1 int is_modified:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(275): warning #108: implicitly-signed bit field of length 1 int is_deleted:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(276): warning #108: implicitly-signed bit field of length 1 int is_dir:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(279): warning #108: implicitly-signed bit field of length 1 int is_mounted:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(282): warning #108: implicitly-signed bit field of length 1 int is_temp_dir:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(286): warning #108: implicitly-signed bit field of length 1 int is_tar:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(290): warning #108: implicitly-signed bit field of length 1 int is_zip:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(292): warning #108: implicitly-signed bit field of length 1 int is_persistent:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(329): warning #108: implicitly-signed bit field of length 1 int is_temporary_alias:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(330): warning #108: implicitly-signed bit field of length 1 int is_modified:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(331): warning #108: implicitly-signed bit field of length 1 int is_writeable:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(332): warning #108: implicitly-signed bit field of length 1 int is_brandnew:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(334): warning #108: implicitly-signed bit field of length 1 int donotflush:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(336): warning #108: implicitly-signed bit field of length 1 int is_zip:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(338): warning #108: implicitly-signed bit field of length 1 int is_tar:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(340): warning #108: implicitly-signed bit field of length 1 int is_data:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(342): warning #108: implicitly-signed bit field of length 1 int is_persistent:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(484): warning #108: implicitly-signed bit field of length 1 int for_write:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(485): warning #108: implicitly-signed bit field of length 1 int is_zip:1; ^ /home/tony/php-src_5_3/ext/phar/phar_internal.h(486): warning #108: implicitly-signed bit field of length 1 int is_tar:1; ^