Home
last modified time | relevance | path

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

/PHP-8.0/ext/spl/
H A Dspl_iterators.c106 smart_str postfix[1]; member
940 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() local
1099 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 …]
H A Dspl_iterators.stub.php387 public function setPostfix(string $postfix) {} argument
H A Dspl_iterators_arginfo.h276 ZEND_ARG_TYPE_INFO(0, postfix, IS_STRING, 0)

Completed in 21 milliseconds