Home
last modified time | relevance | path

Searched refs:word_size (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/gmp/tests/
H A Dgmp_import.phpt93 gmp_import(): Argument #2 ($word_size) must be greater than or equal to 1
94 gmp_import(): Argument #2 ($word_size) must be greater than or equal to 1
95 gmp_import(): Argument #1 ($data) must be a multiple of argument #2 ($word_size)
96 gmp_import(): Argument #1 ($data) must be a multiple of argument #2 ($word_size)
97 gmp_import(): Argument #1 ($data) must be a multiple of argument #2 ($word_size)
H A Dgmp_export.phpt83 gmp_export(): Argument #2 ($word_size) must be greater than or equal to 1
84 gmp_export(): Argument #2 ($word_size) must be greater than or equal to 1
/PHP-8.0/ext/gmp/
H A Dgmp.stub.php11 function gmp_import(string $data, int $word_size = 1, int $flags = GMP_MSW_FIRST | GMP_NATIVE_ENDIA… argument
13 function gmp_export(GMP|int|string $num, int $word_size = 1, int $flags = GMP_MSW_FIRST | GMP_NATIV… argument
H A Dgmp_arginfo.h11 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, word_size, IS_LONG, 0, "1")
17 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, word_size, IS_LONG, 0, "1")

Completed in 9 milliseconds