Snippets for php:phalcon 5.10.0 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/924xh4vnr5lr9d1850nky306kvg2gy5q-php-phalcon-5.10.0.drv.
-
/build/source/build/phalcon/phalcon.zep.c:9173:53: warning: format '%d' expects argument of type 'int', but argument 4 has type 'zend_long' {aka 'long int'} [-Wformat=] 9173 | php_error_docref(NULL, E_WARNING, "%d is not a valid stream resource", stream->res->handle); | ~^ ~~~~~~~~~~~~~~~~~~~ | | | | int zend_long {aka long int} | %ld -
/nix/store/0gpssb9lmv6ga8wd7q63hqxfi5fhhr41-php-8.4.24-dev/include/php/Zend/zend_API.h:2080:58: warning: passing argument 2 of 'zend_parse_arg_str' from incompatible pointer type [-Wincompatible-pointer-types] 2080 | if (UNEXPECTED(!zend_parse_arg_str(_arg, &dest, check_null, _i))) { \ -
/nix/store/0gpssb9lmv6ga8wd7q63hqxfi5fhhr41-php-8.4.24-dev/include/php/Zend/zend_API.h:1673:60: warning: passing argument 2 of 'zend_parse_arg_array' from incompatible pointer type [-Wincompatible-pointer-types] 1673 | if (UNEXPECTED(!zend_parse_arg_array(_arg, &dest, check_null, 0))) { \ -
/nix/store/0gpssb9lmv6ga8wd7q63hqxfi5fhhr41-php-8.4.24-dev/include/php/Zend/zend_API.h:2095:49: warning: passing argument 2 of 'zend_parse_arg_zval_deref' from incompatible pointer type [-Wincompatible-pointer-types] 2095 | zend_parse_arg_zval_deref(_arg, &dest, check_null);