Searched refs:field_content (Results 1 – 1 of 1) sorted by relevance
1761 zval *field_content; in PHP_FUNCTION() local1780 ALLOC_ZVAL(field_content); in PHP_FUNCTION()1781 *field_content = result->data[result->store ? result->cur_row : 0][i]; in PHP_FUNCTION()1782 INIT_PZVAL(field_content); in PHP_FUNCTION()1783 zval_copy_ctor(field_content); in PHP_FUNCTION()1784 …zend_hash_index_update(Z_ARRVAL_P(return_value), i, (void *) &field_content, sizeof(zval* ), NULL); in PHP_FUNCTION()
Completed in 9 milliseconds