Home
last modified time | relevance | path

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

/PHP-5.4/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.4/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.4/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
2411 dimension = calc_dimension(end); in to_xml_array()
2437 for (i=1; i<dimension; i++) { in to_xml_array()
2467 for (i=1; i<dimension; i++) { in to_xml_array()
2488 for (i=1; i<dimension; i++) { in to_xml_array()
2578 int dimension = 1; in to_zval_array() local
2713 dimension = 1; in to_zval_array()
2750 while (i < dimension-1) { in to_zval_array()
[all …]
/PHP-5.4/Zend/
H A Dzend_compile.c5651 zend_llist_element *dimension; in zend_do_list_end() local
5658 dimension = tmp_dimension_llist->head; in zend_do_list_end()
5659 while (dimension) { in zend_do_list_end()
5661 if (dimension == tmp_dimension_llist->head) { /* first */ in zend_do_list_end()
5684 LITERAL_LONG(opline->op2, *((int *) dimension->data)); in zend_do_list_end()
5686 dimension = dimension->next; in zend_do_list_end()
/PHP-5.4/
H A DNEWS2044 . ZEND_FETCH_DIM_? may fetch array and dimension operands in different order.
2873 . Fixed bug #54262 (Crash when assigning value to a dimension in a non-array).
6335 . Use the dimension of the GIF frame to create the destination image (Pierre)

Completed in 52 milliseconds