Home
last modified time | relevance | path

Searched refs:read_dimension (Results 1 – 7 of 7) sorted by last modified time

/PHP-7.2/ext/spl/
H A Dspl_fixedarray.c1088 spl_handler_SplFixedArray.read_dimension = spl_fixedarray_object_read_dimension; in PHP_MINIT_FUNCTION()
H A Dspl_array.c2013 spl_handler_ArrayObject.read_dimension = spl_array_read_dimension; in PHP_MINIT_FUNCTION()
/PHP-7.2/ext/intl/resourcebundle/
H A Dresourcebundle_class.c459 ResourceBundle_object_handlers.read_dimension = resourcebundle_array_get; in resourcebundle_register_class()
/PHP-7.2/ext/dom/tests/
H A Dbug67949.phpt42 echo "testing read_dimension with null offset\n";
81 testing read_dimension with null offset
/PHP-7.2/ext/dom/
H A Dphp_dom.c611 dom_nnodemap_object_handlers.read_dimension = dom_nodelist_read_dimension; in PHP_MINIT_FUNCTION()
/PHP-7.2/Zend/
H A Dzend_object_handlers.h134 zend_object_read_dimension_t read_dimension; member
H A Dzend_execute.c1057 if (Z_OBJ_HT_P(object)->read_dimension && in zend_binary_assign_op_obj_dim()
1058 (z = Z_OBJ_HT_P(object)->read_dimension(object, property, BP_VAR_R, &rv)) != NULL) { in zend_binary_assign_op_obj_dim()
1667 if (!Z_OBJ_HT_P(container)->read_dimension) { in zend_fetch_dimension_address()
1671 retval = Z_OBJ_HT_P(container)->read_dimension(container, dim, type, result); in zend_fetch_dimension_address()
1822 if (!Z_OBJ_HT_P(container)->read_dimension) { in zend_fetch_dimension_address_read()
1826 retval = Z_OBJ_HT_P(container)->read_dimension(container, dim, type, result); in zend_fetch_dimension_address_read()

Completed in 48 milliseconds