/php-src/ext/dom/ |
H A D | internal_helpers.h | 28 static zend_always_inline zend_class_entry *dom_get_##name##_ce(bool modern) \ 30 return modern ? dom_modern_##name##_class_entry : dom_##name##_class_entry; \ 33 static zend_always_inline zend_class_entry *dom_get_html_document_ce(bool modern) in dom_get_html_document_ce() argument 35 return modern ? dom_html_document_class_entry : dom_document_class_entry; in dom_get_html_document_ce() 38 static zend_always_inline zend_class_entry *dom_get_xml_document_ce(bool modern) in dom_get_xml_document_ce() argument 40 return modern ? dom_xml_document_class_entry : dom_document_class_entry; in dom_get_xml_document_ce() 43 static zend_always_inline zend_class_entry *dom_get_dtd_namednodemap_ce(bool modern) in dom_get_dtd_namednodemap_ce() argument 45 return modern ? dom_modern_dtd_namednodemap_class_entry : dom_namednodemap_class_entry; in dom_get_dtd_namednodemap_ce()
|
H A D | xpath.c | 245 static void php_xpath_eval(INTERNAL_FUNCTION_PARAMETERS, int type, bool modern) /* {{{ */ in php_xpath_eval() argument 256 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|O!b", &expr, &expr_len, &context, modern ? dom_moder… in php_xpath_eval() 268 if (modern) { in php_xpath_eval() 294 if (modern) { in php_xpath_eval() 314 if (modern) { in php_xpath_eval() 346 if (modern) { in php_xpath_eval() 374 php_dom_create_iterator(return_value, DOM_NODELIST, modern); in php_xpath_eval()
|
H A D | php_dom.c | 1621 ce = dom_get_namednodemap_ce(modern); in php_dom_create_iterator() 1624 ZEND_ASSERT(modern); in php_dom_create_iterator() 1630 ce = dom_get_nodelist_ce(modern); in php_dom_create_iterator() 1639 if (modern) { in dom_get_element_ce() 1675 ce = dom_get_xml_document_ce(modern); in php_dom_create_object() 1686 ce = dom_get_documenttype_ce(modern); in php_dom_create_object() 1696 ce = dom_get_attr_ce(modern); in php_dom_create_object() 1701 ce = dom_get_text_ce(modern); in php_dom_create_object() 1706 ce = dom_get_comment_ce(modern); in php_dom_create_object() 1722 ce = dom_get_entity_ce(modern); in php_dom_create_object() [all …]
|
H A D | node.c | 1041 static void dom_node_insert_before(INTERNAL_FUNCTION_PARAMETERS, bool modern) in dom_node_insert_before() argument 1048 …arameters(ZEND_NUM_ARGS(), "O|O!", &node, dom_get_node_ce(modern), &ref, dom_get_node_ce(modern)) … in dom_node_insert_before() 1056 if (modern) { in dom_node_insert_before() 1162 static void dom_node_replace_child(INTERNAL_FUNCTION_PARAMETERS, bool modern) in dom_node_replace_child() argument 1169 …meters(ZEND_NUM_ARGS(), "OO", &newnode, dom_get_node_ce(modern), &oldnode, dom_get_node_ce(modern)… in dom_node_replace_child() 1185 if (modern) { in dom_node_replace_child() 1229 if (newchild && !modern) { in dom_node_replace_child() 1237 if (!modern) { in dom_node_replace_child() 1773 Z_PARAM_OBJECT_OF_CLASS_OR_NULL(node, dom_get_node_ce(modern)) in dom_node_is_equal_node_common() 1792 RETURN_BOOL(php_dom_node_is_equal_node(nodep, otherp, modern)); in dom_node_is_equal_node_common() [all …]
|
H A D | document.c | 627 static void dom_document_create_processing_instruction(INTERNAL_FUNCTION_PARAMETERS, bool modern) in dom_document_create_processing_instruction() argument 635 …if (zend_parse_parameters(ZEND_NUM_ARGS(), modern ? "ss" : "s|s", &name, &name_len, &value, &value… in dom_document_create_processing_instruction() 646 if (modern) { in dom_document_create_processing_instruction() 1184 static void dom_document_adopt_node(INTERNAL_FUNCTION_PARAMETERS, bool modern) in dom_document_adopt_node() argument 1187 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &node_zval, dom_get_node_ce(modern)) == FAILURE) { in dom_document_adopt_node() 1211 if (modern) { in dom_document_adopt_node() 2264 static void dom_document_register_node_class(INTERNAL_FUNCTION_PARAMETERS, bool modern) in dom_document_register_node_class() argument 2266 zend_class_entry *basece = dom_get_node_ce(modern), *ce = NULL; in dom_document_register_node_class() 2285 if (!modern) { in dom_document_register_node_class()
|
H A D | php_dom.h | 147 void php_dom_create_implementation(zval *retval, bool modern); 152 void php_dom_create_iterator(zval *return_value, dom_iterator_type iterator_type, bool modern);
|
H A D | element.c | 681 … void dom_element_set_attribute_node_common(INTERNAL_FUNCTION_PARAMETERS, bool use_ns, bool modern) in dom_element_set_attribute_node_common() argument 690 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &node, dom_get_attr_ce(modern)) == FAILURE) { in dom_element_set_attribute_node_common() 702 if (modern) { in dom_element_set_attribute_node_common() 742 if (!modern) { in dom_element_set_attribute_node_common() 812 static void dom_element_get_elements_by_tag_name(INTERNAL_FUNCTION_PARAMETERS, bool modern) in dom_element_get_elements_by_tag_name() argument 829 if (modern) { in dom_element_get_elements_by_tag_name() 1240 static void dom_element_get_elements_by_tag_name_ns(INTERNAL_FUNCTION_PARAMETERS, bool modern) in dom_element_get_elements_by_tag_name_ns() argument 1262 if (modern) { in dom_element_get_elements_by_tag_name_ns()
|
/php-src/ext/dom/tests/modern/xml/ |
H A D | serialize_LIBXML_NOXMLDECL.phpt | 2 Serialize modern document with LIBXML_NOXMLDECL
|
H A D | simplexml_interop.phpt | 21 // This should fail because it has been imported already above in modern DOM
|
H A D | XMLDocument_xpath.phpt | 45 // Namespace nodes don't exist in modern day DOM.
|
/php-src/ext/zlib/tests/ |
H A D | zlib_filter_inflate.phpt | 17 I am the very model of a modern major general, I've information vegetable, animal, and mineral.
|
H A D | zlib_filter_deflate.phpt | 7 $text = 'I am the very model of a modern major general, I\'ve information vegetable, animal, and mi…
|
H A D | zlib_filter_deflate2.phpt | 7 $text = 'I am the very model of a modern major general, I\'ve information vegetable, animal, and mi…
|
/php-src/ext/bz2/tests/ |
H A D | bz2_filter_compress.phpt | 7 $text = 'I am the very model of a modern major general, I\'ve information vegetable, animal, and mi…
|
H A D | bz2_filter_decompress.phpt | 17 I am the very model of a modern major general, I've information vegetable, animal, and mineral.
|
/php-src/ext/sodium/ |
H A D | README.md | 11 a guide to using the libsodium PHP extension for modern, secure, and
|
/php-src/ext/dom/tests/modern/spec/ |
H A D | Document_importNode_not_supported.phpt | 12 // For modern documents this should throw
|
H A D | Node_getRootNode.phpt | 8 // Same as DOMNode_getRootNode.phpt but for modern DOM
|
/php-src/ext/ldap/tests/ |
H A D | ldap_set_rebind_proc_basic.phpt | 22 // required by most modern LDAP servers, use LDAPv3
|
H A D | ldap_unbind_variation.phpt | 22 // required by most modern LDAP servers, use LDAPv3
|
H A D | ldap_set_rebind_proc_error.phpt | 28 // required by most modern LDAP servers, use LDAPv3
|
/php-src/docs/source/introduction/ |
H A D | high-level-overview.rst | 150 operands. Most modern CPUs also use this format. Both result and operands in PHP are :doc:`zvals
|
/php-src/ |
H A D | CODING_STANDARDS.md | 278 instead of using ``sizeof()-1`` as it is clearer and any modern compiler
|
/php-src/ext/mbstring/tests/data/ |
H A D | EmojiSources.txt | 37 # For modern data used in emoji support, see http://www.unicode.org/Public/emoji/latest/
|
/php-src/ext/mbstring/ |
H A D | common_codepoints.txt | 70 # Ranges of codepoints which cover the 4000 most commonly used Hanzi in modern Chinese
|