daily pastebin goal
59%
SHARE
TWEET

Untitled

a guest Mar 30th, 2016 121 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. In file included from /usr/include/php/20151012/main/php.h:40:0,
  2.                  from /tmp/pear/temp/dbx/dbx.c:29:
  3. /usr/include/php/20151012/Zend/zend_API.h:250:14: note: expected 'struct zval *' but argument is of type 'struct zval ***'
  4.  ZEND_API int _zend_get_parameters_array_ex(int param_count, zval *argument_array);
  5.               ^
  6. /tmp/pear/temp/dbx/dbx.c:811:2: warning: passing argument 1 of 'zend_hash_find' makes pointer from integer without a cast [enabled by default]
  7.   if (zend_hash_find(Z_OBJPROP_PP(arguments[0]), "data", 5, (void **) &zval_data)==FAILURE
  8.   ^
  9. In file included from /usr/include/php/20151012/Zend/zend.h:36:0,
  10.                  from /usr/include/php/20151012/main/php.h:36,
  11.                  from /tmp/pear/temp/dbx/dbx.c:29:
  12. /usr/include/php/20151012/Zend/zend_hash.h:154:30: note: expected 'const struct HashTable *' but argument is of type 'int'
  13.  ZEND_API zval* ZEND_FASTCALL zend_hash_find(const HashTable *ht, zend_string *key);
  14.                               ^
  15. /tmp/pear/temp/dbx/dbx.c:811:2: warning: passing argument 2 of 'zend_hash_find' from incompatible pointer type [enabled by default]
  16.   if (zend_hash_find(Z_OBJPROP_PP(arguments[0]), "data", 5, (void **) &zval_data)==FAILURE
  17.   ^
  18. In file included from /usr/include/php/20151012/Zend/zend.h:36:0,
  19.                  from /usr/include/php/20151012/main/php.h:36,
  20.                  from /tmp/pear/temp/dbx/dbx.c:29:
  21. /usr/include/php/20151012/Zend/zend_hash.h:154:30: note: expected 'struct zend_string *' but argument is of type 'char *'
  22.  ZEND_API zval* ZEND_FASTCALL zend_hash_find(const HashTable *ht, zend_string *key);
  23.                               ^
  24. /tmp/pear/temp/dbx/dbx.c:811:2: error: too many arguments to function 'zend_hash_find'
  25.   if (zend_hash_find(Z_OBJPROP_PP(arguments[0]), "data", 5, (void **) &zval_data)==FAILURE
  26.   ^
  27. In file included from /usr/include/php/20151012/Zend/zend.h:36:0,
  28.                  from /usr/include/php/20151012/main/php.h:36,
  29.                  from /tmp/pear/temp/dbx/dbx.c:29:
  30. /usr/include/php/20151012/Zend/zend_hash.h:154:30: note: declared here
  31.  ZEND_API zval* ZEND_FASTCALL zend_hash_find(const HashTable *ht, zend_string *key);
  32.                               ^
  33. /tmp/pear/temp/dbx/dbx.c:811:81: warning: comparison between pointer and integer [enabled by default]
  34.   if (zend_hash_find(Z_OBJPROP_PP(arguments[0]), "data", 5, (void **) &zval_data)==FAILURE
  35.                                                                                  ^
  36. /tmp/pear/temp/dbx/dbx.c:819:2: warning: passing argument 1 of '_zval_ptr_dtor' from incompatible pointer type [enabled by default]
  37.   zval_ptr_dtor(&returned_zval);
  38.   ^
  39. In file included from /usr/include/php/20151012/Zend/zend.h:39:0,
  40.                  from /usr/include/php/20151012/main/php.h:36,
  41.                  from /tmp/pear/temp/dbx/dbx.c:29:
  42. /usr/include/php/20151012/Zend/zend_variables.h:112:15: note: expected 'struct zval *' but argument is of type 'struct zval **'
  43.  ZEND_API void _zval_ptr_dtor(zval *zval_ptr ZEND_FILE_LINE_DC);
  44.                ^
  45. make: *** [dbx.lo] Error 1
  46. ERROR: `make' failed
RAW Paste Data
Top