Searched refs:dimensions (Results 1 – 10 of 10) sorted by relevance
/PHP-5.6/ext/com_dotnet/ |
H A D | com_saproxy.c | 45 LONG dimensions; member 122 proxy->dimensions, args, 0 TSRMLS_CC); in saproxy_read_dimension() 147 if ((UINT) proxy->dimensions >= dims) { in saproxy_read_dimension() 162 if (dims - 1 == proxy->dimensions) { in saproxy_read_dimension() 409 for (i = 0; i < proxy->dimensions; i++) { in saproxy_free_storage() 440 proxy->dimensions = 1; in php_com_saproxy_create() 446 proxy->dimensions += rel->dimensions; in php_com_saproxy_create() 456 clone_indices(proxy, rel, rel->dimensions); in php_com_saproxy_create() 460 *proxy->indices[proxy->dimensions-1] = *index; in php_com_saproxy_create() 497 I->indices[I->proxy->dimensions-1] = I->key; in saproxy_iter_get_data() [all …]
|
/PHP-5.6/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 22 Warning: imagecreatetruecolor(): Invalid image dimensions in %s on line %d 24 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 | imagecopyresampled_basic.phpt | 37 // Get new dimensions
|
/PHP-5.6/ext/zlib/tests/ |
H A D | data.inc | 39 Hath not a Jew eyes? Hath not a Jew hands, organs, dimensions,
|
/PHP-5.6/Zend/ |
H A D | zend_compile.h | 381 zend_llist dimensions; member
|
H A D | zend_compile.c | 5974 zend_llist_copy(&lle.dimensions, &CG(dimension_llist)); in zend_do_add_list_element() 6014 zend_llist *tmp_dimension_llist = &((list_llist_element *)le->data)->dimensions; in zend_do_list_end() 6046 zend_llist_destroy(&((list_llist_element *) le->data)->dimensions); in zend_do_list_end()
|
/PHP-5.6/ |
H A D | README.REDIST.BINS | 142 The period, 2^19937-1, and the order of equidistribution, 623 dimensions,
|
H A D | NEWS | 656 . Fixed bug #72337 (invalid dimensions can lead to crash). (Pierre) 9605 - Fixed bug #39286 (misleading error message when invalid dimensions are
|
/PHP-5.6/ext/fileinfo/tests/ |
H A D | magic | 11664 # and image dimensions if we are lucky and the SOFn (image segment) is here:
|
Completed in 113 milliseconds