Searched refs:postfix (Results 1 – 1 of 1) sorted by relevance
119 smart_str postfix[1]; member956 smart_str_free(&object->postfix[0]); in spl_RecursiveIteratorIterator_free_storage()1096 RETVAL_STR(object->postfix[0].s); in spl_recursive_tree_iterator_get_postfix()1153 char* postfix; in SPL_METHOD() local1161 smart_str_appendl(&object->postfix[0], postfix, postfix_len); in SPL_METHOD()1254 memcpy(ptr, Z_STRVAL(postfix), Z_STRLEN(postfix)); in SPL_METHOD()1255 ptr += Z_STRLEN(postfix); in SPL_METHOD()1260 zval_ptr_dtor(&postfix); in SPL_METHOD()1308 memcpy(ptr, Z_STRVAL(postfix), Z_STRLEN(postfix)); in SPL_METHOD()1309 ptr += Z_STRLEN(postfix); in SPL_METHOD()[all …]
Completed in 12 milliseconds