Home
last modified time | relevance | path

Searched refs:postfix (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/spl/
H A Dspl_iterators.c96 zend_string *postfix[1]; member
973 if (object->postfix[0]) { in spl_RecursiveIteratorIterator_free_storage()
974 zend_string_release(object->postfix[0]); in spl_RecursiveIteratorIterator_free_storage()
1010 intern->postfix[0] = ZSTR_EMPTY_ALLOC(); in spl_RecursiveIteratorIterator_new_ex()
1137 zend_string *postfix; in PHP_METHOD() local
1143 zend_string_release(object->postfix[0]); in PHP_METHOD()
1144 object->postfix[0] = zend_string_copy(postfix); in PHP_METHOD()
1224 ZSTR_VAL(postfix), ZSTR_LEN(postfix)); in PHP_METHOD()
1228 zend_string_release(postfix); in PHP_METHOD()
1263 ZSTR_VAL(postfix), ZSTR_LEN(postfix)); in PHP_METHOD()
[all …]
H A Dspl_iterators.stub.php500 public function setPostfix(string $postfix): void {} argument
H A Dspl_iterators_arginfo.h302 ZEND_ARG_TYPE_INFO(0, postfix, IS_STRING, 0)

Completed in 20 milliseconds