Home
last modified time | relevance | path

Searched refs:properties (Results 226 – 250 of 419) sorted by path

12345678910>>...17

/php-src/ext/date/tests/
H A Dgh10152.phpt2 Bug GH-10152 (Custom properties of DateTimeImmutable child classes are not serialized)
H A Dgh10747-error.phpt24 // this one has the class names for the private properties changed to something non-existing
/php-src/ext/dom/
H A Ddocument.c1078 for (xmlAttrPtr attr = node->properties; attr != NULL; attr = attr->next) { in php_dom_transfer_document_ref()
1115 for (xmlAttrPtr attr = node->properties; attr != NULL; attr = attr->next) { in libxml_fixup_name_and_content_element()
H A Ddom_iterators.c150 return (xmlNodePtr) basep->properties; in dom_fetch_first_iteration_item()
H A Delement.c339 for (xmlAttrPtr attr = nodep->properties; attr; attr = attr->next) { in PHP_METHOD()
463 for (xmlAttrPtr attr = current_worklist_item->current_node->properties; attr; attr = attr->next) { in dom_deep_ns_redef()
1008 for (xmlAttrPtr attr = node->properties; attr != NULL; attr = attr->next) { in dom_remove_eliminated_ns_single_element()
H A Dhtml5_parser.c88 lxml_text->content = BAD_CAST &lxml_text->properties; in lexbor_libxml2_bridge_new_text_node_fast()
221 lxml_element->properties = lxml_attr; in lexbor_libxml2_bridge_convert()
H A Dhtml5_serializer.c172 for (const xmlAttr *attr = node->properties; attr; attr = attr->next) { in dom_html5_serialize_element_start()
H A Dnamednodemap.c48 xmlAttrPtr curnode = nodep->properties; in php_dom_get_namednodemap_length()
147 xmlNodePtr curnode = (xmlNodePtr)nodep->properties; in php_dom_named_node_map_get_item()
H A Dnamespace_compat.c271 xmlAttrPtr attr = node->properties; in php_dom_ns_compat_mark_attribute_list()
272 node->properties = NULL; in php_dom_ns_compat_mark_attribute_list()
293 node->properties = attr; in php_dom_ns_compat_mark_attribute_list()
396 return node->children == NULL && node->properties == NULL && node->ns == node->nsDef; in dom_libxml_reconcile_fast_element_skip()
410 for (xmlAttrPtr attr = node->properties; attr != NULL; attr = attr->next) { in php_dom_libxml_reconcile_modern_single_element_node()
481 for (const xmlAttr *attr = cur->properties; attr != NULL; attr = attr->next) { in php_dom_get_in_scope_ns()
H A Dnode.c1549 RETURN_BOOL(nodep->type == XML_ELEMENT_NODE && nodep->properties != NULL); in PHP_METHOD()
1705 …lity_check_unordered_xmlNode((const xmlNode *) this->properties, (const xmlNode *) other->properti… in php_dom_node_is_equal_node()
1800 for (xmlAttrPtr attr = elem->properties; attr != NULL; attr = attr->next) { in dom_locate_a_namespace_prefix()
1912 for (xmlAttrPtr attr = node->properties; attr != NULL; attr = attr->next) { in dom_locate_a_namespace()
2455 for (const xmlAttr *attr = node2->properties; attr != NULL; attr = attr->next) { in dom_node_compare_document_position()
H A Dphp_dom.c1317 node_list_unlink((xmlNodePtr) node->properties); in node_list_unlink()
1825 xmlAttrPtr attr = child->properties; in php_dom_normalize_legacy()
2388 last_added_attr = clone->properties; in dom_clone_container_helper()
2395 for (xmlAttrPtr attr = src_node->properties; attr != NULL; attr = attr->next) { in dom_clone_container_helper()
2402 clone->properties = new_attr; in dom_clone_container_helper()
2580 for (xmlAttrPtr attr = elem->properties; attr != NULL; attr = attr->next) { in php_dom_get_attribute_node()
H A Dxml_serializer.c318 for (xmlAttrPtr attr = element->properties; attr != NULL; attr = attr->next) { in dom_recording_the_namespace_information()
630 for (xmlAttrPtr attr = element->properties; attr != NULL; attr = attr->next) { in dom_xml_serialize_attributes()
H A Dxpath_callbacks.c122 if (object->properties == NULL && object->ce->default_properties_count == 0) { in php_dom_xpath_callbacks_get_gc_for_whole_object()
/php-src/ext/dom/tests/
H A DDOMDocumentFragment_appendXML_basic_001.phpt2 DOMDocumentFragment::appendXML() with children with properties.
H A DDOMDocumentType_basic_001.phpt2 DOMDocumentType: basic access to all properties.
H A DDOMDocument_getElementsByTagName_liveness_write_properties.phpt2 DOMDocument::getElementsByTagName() liveness affected by writing properties
H A Dbug28817.phpt2 Bug #28817 (properties in extended class)
H A Dbug46849.phpt2 Bug #46849 (Cloning DOMDocument doesn't clone the properties).
H A Dbug78025.phpt2 Bug #78025 (segfault when accessing properties of DOMDocumentType)
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_should_retain_properties_and_owner_01.phpt2 Dom\HTMLDocument should retain properties and ownerDocument relation 01
H A DHTMLDocument_should_retain_properties_and_owner_02.phpt2 Dom\HTMLDocument should retain properties and ownerDocument relation 02
/php-src/ext/dom/tests/modern/spec/
H A DNode_cloneNode_copy_document_properties.phpt2 Dom\Node::cloneNode() should copy the document properties
/php-src/ext/ffi/
H A Dffi.c251 object->properties = NULL; in zend_ffi_object_init()
/php-src/ext/fileinfo/tests/
H A Dmagic1844 # follow properties of the first audio track only
7319 # elements properties indicator
7320 #>>>>32 uleshort !0 \b, properties %#4.4x
9957 # - https://github.com/GerbilSoft/rom-properties/issues/92
38510 # won't work for detecting other properties of the file (they all need
38802 # number of item entries/columns/properties value like: 17h
H A Dmagic私はガラスを食べられます1844 # follow properties of the first audio track only
7319 # elements properties indicator
7320 #>>>>32 uleshort !0 \b, properties %#4.4x
9957 # - https://github.com/GerbilSoft/rom-properties/issues/92
38510 # won't work for detecting other properties of the file (they all need
38802 # number of item entries/columns/properties value like: 17h

Completed in 238 milliseconds

12345678910>>...17