Searched refs:postfix (Results 1 – 3 of 3) sorted by relevance
106 smart_str postfix[1]; member940 smart_str_free(&object->postfix[0]); in spl_RecursiveIteratorIterator_free_storage()1039 RETVAL_STR(object->postfix[0].s); in spl_recursive_tree_iterator_get_postfix()1091 char* postfix; in PHP_METHOD() local1099 smart_str_appendl(&object->postfix[0], postfix, postfix_len); in PHP_METHOD()1185 memcpy(ptr, Z_STRVAL(postfix), Z_STRLEN(postfix)); in PHP_METHOD()1186 ptr += Z_STRLEN(postfix); in PHP_METHOD()1191 zval_ptr_dtor(&postfix); in PHP_METHOD()1237 memcpy(ptr, Z_STRVAL(postfix), Z_STRLEN(postfix)); in PHP_METHOD()1238 ptr += Z_STRLEN(postfix); in PHP_METHOD()[all …]
387 public function setPostfix(string $postfix) {} argument
276 ZEND_ARG_TYPE_INFO(0, postfix, IS_STRING, 0)
Completed in 27 milliseconds