Searched defs:mboxob (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_4/ext/imap/ |
| H A D | php_imap.c | 1880 zval *streamind, *mboxob; local 1906 MAKE_STD_ZVAL(mboxob); 1907 object_init(mboxob); 1908 add_property_string(mboxob, "name", cur->LTEXT, 1); 1909 add_property_long(mboxob, "attributes", cur->attributes); 1913 add_property_string(mboxob, "delimiter", delim, 1); 1915 add_property_string(mboxob, "delimiter", cur->delimiter, 1); 1917 add_next_index_object(return_value, mboxob TSRMLS_CC); 2186 zval *streamind, *mboxob; local 2212 MAKE_STD_ZVAL(mboxob); [all...] |
Completed in 9 milliseconds