Home
last modified time | relevance | path

Searched refs:newobj (Results 1 – 4 of 4) sorted by relevance

/PHP-8.4/ext/hash/
H A Dhash.c1403 php_hashcontext_object *newobj = php_hashcontext_from_object(znew); in php_hashcontext_clone() local
1412 newobj->ops = oldobj->ops; in php_hashcontext_clone()
1413 newobj->options = oldobj->options; in php_hashcontext_clone()
1414 newobj->context = php_hash_alloc_context(newobj->ops); in php_hashcontext_clone()
1415 newobj->ops->hash_init(newobj->context, NULL); in php_hashcontext_clone()
1417 if (SUCCESS != newobj->ops->hash_copy(newobj->ops, oldobj->context, newobj->context)) { in php_hashcontext_clone()
1418 efree(newobj->context); in php_hashcontext_clone()
1419 newobj->context = NULL; in php_hashcontext_clone()
1423 newobj->key = ecalloc(1, newobj->ops->block_size); in php_hashcontext_clone()
1425 memcpy(newobj->key, oldobj->key, newobj->ops->block_size); in php_hashcontext_clone()
/PHP-8.4/ext/tidy/
H A Dtidy.c277 PHPTidyObj *newobj = Z_TIDY_P(zv); in tidy_create_node_object() local
278 newobj->node = node; in tidy_create_node_object()
279 newobj->type = is_node; in tidy_create_node_object()
280 newobj->ptdoc = ptdoc; in tidy_create_node_object()
281 newobj->ptdoc->ref_count++; in tidy_create_node_object()
282 tidy_add_node_default_properties(newobj); in tidy_create_node_object()
/PHP-8.4/Zend/
H A Dzend_closures.c129 zend_object *newobj; in ZEND_METHOD() local
142 newobj = Z_OBJ_P(newthis); in ZEND_METHOD()
143 newclass = newobj->ce; in ZEND_METHOD()
150 fci_cache.object = fci.object = newobj; in ZEND_METHOD()
/PHP-8.4/build/
H A Dltmain.sh5588 newobj=lt$counter-$objbase
5591 *[\ /]"$newobj "*) ;;
5592 *) if test ! -f "$gentop/$newobj"; then break; fi ;;
5595 $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
5596 $run ln "$obj" "$gentop/$newobj" ||
5597 $run cp "$obj" "$gentop/$newobj"
5598 oldobjs="$oldobjs $gentop/$newobj"

Completed in 38 milliseconds