Searched refs:postfix (Results 1 – 3 of 3) sorted by relevance
96 zend_string *postfix[1]; member986 if (object->postfix[0]) { in spl_RecursiveIteratorIterator_free_storage()987 zend_string_release(object->postfix[0]); in spl_RecursiveIteratorIterator_free_storage()1023 intern->postfix[0] = ZSTR_EMPTY_ALLOC(); in spl_RecursiveIteratorIterator_new_ex()1151 zend_string *postfix; in PHP_METHOD() local1157 zend_string_release(object->postfix[0]); in PHP_METHOD()1158 object->postfix[0] = zend_string_copy(postfix); in PHP_METHOD()1238 ZSTR_VAL(postfix), ZSTR_LEN(postfix)); in PHP_METHOD()1242 zend_string_release(postfix); in PHP_METHOD()1277 ZSTR_VAL(postfix), ZSTR_LEN(postfix)); in PHP_METHOD()[all …]
500 public function setPostfix(string $postfix): void {} argument
302 ZEND_ARG_TYPE_INFO(0, postfix, IS_STRING, 0)
Completed in 17 milliseconds