Home
last modified time | relevance | path

Searched refs:dimension (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/Zend/tests/
H A Doffset_object.phpt2 accessing object dimension
H A Dbug54262.phpt2 Bug #54262 (Crash when assigning value to a dimension in a non-array)
/PHP-5.5/ext/spl/tests/
H A DarrayObject_setFlags_basic2.phpt2 SPL: Ensure access to non-visible properties falls back to dimension access with ArrayObject::ARRAY…
/PHP-5.5/ext/soap/
H A Dphp_encoding.c2228 if (dimension == 1) { in add_xml_array_elements()
2261 if (dimension == 1) { in add_xml_array_elements()
2297 int dimension = 1; in to_xml_array() local
2402 dimension = calc_dimension(end); in to_xml_array()
2428 for (i=1; i<dimension; i++) { in to_xml_array()
2458 for (i=1; i<dimension; i++) { in to_xml_array()
2479 for (i=1; i<dimension; i++) { in to_xml_array()
2569 int dimension = 1; in to_zval_array() local
2704 dimension = 1; in to_zval_array()
2741 while (i < dimension-1) { in to_zval_array()
[all …]
/PHP-5.5/Zend/
H A Dzend_compile.c5883 zend_llist_element *dimension; in zend_do_list_end() local
5890 dimension = tmp_dimension_llist->head; in zend_do_list_end()
5891 while (dimension) { in zend_do_list_end()
5893 if (dimension == tmp_dimension_llist->head) { /* first */ in zend_do_list_end()
5916 LITERAL_LONG(opline->op2, *((int *) dimension->data)); in zend_do_list_end()
5918 dimension = dimension->next; in zend_do_list_end()
/PHP-5.5/
H A DNEWS3233 . ZEND_FETCH_DIM_? may fetch array and dimension operands in different order.
4062 . Fixed bug #54262 (Crash when assigning value to a dimension in a non-array).
7524 . Use the dimension of the GIF frame to create the destination image (Pierre)

Completed in 80 milliseconds