Searched refs:dimensions (Results 1 – 8 of 8) sorted by relevance
/PHP-7.1/ext/com_dotnet/ |
H A D | com_saproxy.c | 46 LONG dimensions; member 107 for (i = 1; i < (UINT) proxy->dimensions; i++) { in saproxy_read_dimension() 117 proxy->dimensions, args, 0); in saproxy_read_dimension() 142 if ((UINT) proxy->dimensions >= dims) { in saproxy_read_dimension() 157 if (dims - 1 == proxy->dimensions) { in saproxy_read_dimension() 219 for (i = 1; i < (UINT) proxy->dimensions; i++) { in saproxy_write_dimension() 429 proxy->dimensions = 1; in php_com_saproxy_create() 435 proxy->dimensions += rel->dimensions; in php_com_saproxy_create() 445 clone_indices(proxy, rel, rel->dimensions); in php_com_saproxy_create() 483 I->indices[I->proxy->dimensions-1] = I->key; in saproxy_iter_get_data() [all …]
|
/PHP-7.1/ext/gd/tests/ |
H A D | imagecreatetruecolor_error2.phpt | 18 Warning: imagecreatetruecolor(): Invalid image dimensions in %s on line %d 20 Warning: imagecreatetruecolor(): Invalid image dimensions in %s on line %d
|
H A D | bug72337.phpt | 2 #72337 segfault in imagescale with new dimensions being <=0)
|
H A D | bug65148.phpt | 2 Bug #65148 (imagerotate may alter image dimensions)
|
H A D | imagecopyresampled_basic.phpt | 37 // Get new dimensions
|
/PHP-7.1/ext/zlib/tests/ |
H A D | data.inc | 38 Hath not a Jew eyes? Hath not a Jew hands, organs, dimensions,
|
/PHP-7.1/ |
H A D | README.REDIST.BINS | 117 The period, 2^19937-1, and the order of equidistribution, 623 dimensions,
|
H A D | NEWS | 671 . Fixed bug #65148 (imagerotate may alter image dimensions). (cmb) 2772 . Fixed bug #72337 (invalid dimensions can lead to crash). (Pierre)
|
Completed in 23 milliseconds