Snippets for php:phalcon 5.10.0 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/2mk1n3djjwhyni4zadc6nzk47x5ahcx9-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/6v7a4cafbxvjmv8q97r4fxabi00ag90h-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/6v7a4cafbxvjmv8q97r4fxabi00ag90h-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/6v7a4cafbxvjmv8q97r4fxabi00ag90h-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);