Snippets for php:phalcon 5.10.0 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/h17i5rsk975zrw1mqv31p9c70jk4dnss-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/bpf1rhzjbvg2ahaffhl3ywn28q2vqas7-php-8.3.33-dev/include/php/Zend/zend_API.h:2062:58: warning: passing argument 2 of 'zend_parse_arg_str' from incompatible pointer type [-Wincompatible-pointer-types] 2062 | if (UNEXPECTED(!zend_parse_arg_str(_arg, &dest, check_null, _i))) { \ -
/nix/store/bpf1rhzjbvg2ahaffhl3ywn28q2vqas7-php-8.3.33-dev/include/php/Zend/zend_API.h:1663:60: warning: passing argument 2 of 'zend_parse_arg_array' from incompatible pointer type [-Wincompatible-pointer-types] 1663 | if (UNEXPECTED(!zend_parse_arg_array(_arg, &dest, check_null, 0))) { \ -
/nix/store/bpf1rhzjbvg2ahaffhl3ywn28q2vqas7-php-8.3.33-dev/include/php/Zend/zend_API.h:2077:49: warning: passing argument 2 of 'zend_parse_arg_zval_deref' from incompatible pointer type [-Wincompatible-pointer-types] 2077 | zend_parse_arg_zval_deref(_arg, &dest, check_null);