Home
last modified time | relevance | path

Searched refs:namespace (Results 151 – 175 of 190) sorted by relevance

12345678

/PHP-5.5/Zend/tests/
H A Dns_027.phpt2 027: Name ambiguity (class name & part of extertnal namespace name)
H A Dns_055.phpt5 namespace test\ns1;
H A Dns_035.phpt7 namespace A;
H A Dclass_alias_012.phpt6 namespace test\baz;
H A Dns_028.phpt2 028: Name ambiguity (class name & external namespace name)
H A Dns_034.phpt5 namespace A;
H A Dns_056.phpt7 namespace test\ns1;
H A Dns_072.phpt6 namespace foo;
H A Dns_036.phpt7 namespace A;
H A Dbug42802.phpt5 namespace foo;
/PHP-5.5/ext/dom/tests/
H A Ddom_create_element.phpt225 is different from "http://www.w3.org/XML/1998/namespace" [XML Namespaces] */
244 /* This is okay because we reuse the xml namespace from the document */
245 print "28 DOMDocument::createElementNS('http://www.w3.org/XML/1998/namespace', 'xml:valid')\n";
248 $dom->createElementNS('http://www.w3.org/XML/1998/namespace', 'xml:valid');
254 /* This isn't because the xml namespace isn't there and we can't create it */
255 print "29 DOMElement::__construct('xml:valid', '', 'http://www.w3.org/XML/1998/namespace')\n";
257 $element = new DomElement('xml:valid', '', 'http://www.w3.org/XML/1998/namespace');
379 28 DOMDocument::createElementNS('http://www.w3.org/XML/1998/namespace', 'xml:valid')
381 29 DOMElement::__construct('xml:valid', '', 'http://www.w3.org/XML/1998/namespace')
H A Dbug49463.phpt2 Bug #49463 (setAttributeNS fails setting default namespace).
H A Dbug47849.phpt2 Bug #47849 (Non-deep import loses the namespace).
H A Dbug46185.phpt2 Bug #46185 (importNode changes the namespace of an XML element).
/PHP-5.5/ext/standard/tests/network/
H A Dbug64330.phpt6 if (!stristr(PHP_OS, "Linux")) die('skip abstract namespace is a Linux-only feature');
/PHP-5.5/ext/reflection/tests/
H A DReflectionFunction_getNamespaceName.phpt5 namespace A\B;
H A DReflectionClass_getNamespaceName.phpt5 namespace A\B;
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c49 ZEND_ARG_INFO(0, namespace)
55 ZEND_ARG_INFO(0, namespace)
60 ZEND_ARG_INFO(0, namespace)
781 char *string_key, *name, *value, *namespace; in PHP_FUNCTION() local
786 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "sa", &namespace,… in PHP_FUNCTION()
808 …rameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "sss", &namespace, &namespace_len,… in PHP_FUNCTION()
830 char *name, *namespace; in PHP_FUNCTION() local
836 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &namespace, &namespace_len, &name, &nam… in PHP_FUNCTION()
855 char *name, *namespace; in PHP_FUNCTION() local
860 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &namespace, &namespace_len, &name, &nam… in PHP_FUNCTION()
/PHP-5.5/ext/soap/
H A Dphp_xml.c318 int parse_namespace(const xmlChar *inval, char **value, char **namespace) in parse_namespace() argument
323 (*namespace) = estrndup((char*)inval, found - (char*)inval); in parse_namespace()
327 (*namespace) = NULL; in parse_namespace()
/PHP-5.5/ext/xml/tests/
H A Dbug46699.phpt2 Bug #46699: (xml_parse crash when parser is namespace aware)
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug31755.phpt17 Warning: SoapHeader::SoapHeader(): Invalid namespace in %s on line %d
/PHP-5.5/ext/sockets/tests/
H A Dsocket_abstract_path_sendmsg.phpt2 Support for paths in the abstract namespace (bind, sendmsg, recvmsg)
/PHP-5.5/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h24 namespace PHP {
/PHP-5.5/ext/simplexml/tests/
H A Dbug45553.phpt2 Bug #45553 (Using XPath to return values for attributes with a namespace does not work)
H A Dprofile13.phpt2 SimpleXML [profile]: Accessing by namespace prefix

Completed in 35 milliseconds

12345678