Home
last modified time | relevance | path

Searched refs:qualified (Results 1 – 25 of 33) sorted by relevance

12

/php-src/ext/soap/tests/schema/
H A Dschema078.phpt2 SOAP XML Schema 78: Element form qualified/unqualified (elementFormDefault="qualified")
13 <element name="int2" type="int" form="qualified"/>
19 …ct)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc", "literal", 'elementFormDefault="qualified"');
H A Dschema075.phpt2 SOAP XML Schema 75: Attributes form qualified/unqualified (attributeFormDefault="qualified")
12 <attribute name="int2" type="int" form="qualified"/>
17 …)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc", "encoded", 'attributeFormDefault="qualified"');
H A Dschema079.phpt2 SOAP XML Schema 79: Element form qualified/unqualified (elementFormDefault="unqualified")
13 <element name="int2" type="int" form="qualified"/>
H A Dschema080.phpt2 SOAP XML Schema 80: Element form qualified/unqualified (elementFormDefault - default)
13 <element name="int2" type="int" form="qualified"/>
H A Dschema074.phpt2 SOAP XML Schema 74: Structure with attributes and qualified elements
18 …"',(object)array("str"=>"str","int"=>123.5), "rpc", "encoded", 'attributeFormDefault="qualified"');
H A Dschema076.phpt2 SOAP XML Schema 76: Attributes form qualified/unqualified (attributeFormDefault="unqualified")
12 <attribute name="int2" type="int" form="qualified"/>
H A Dschema077.phpt2 SOAP XML Schema 77: Attributes form qualified/unqualified (attributeFormDefault - default)
12 <attribute name="int2" type="int" form="qualified"/>
/php-src/ext/dom/tests/delayed_freeing/
H A Ddtd_node.phpt8 $dtd = $doc->implementation->createDocumentType('qualified name', 'public', 'system');
18 <!DOCTYPE qualified name PUBLIC "public" "system">
21 <!DOCTYPE qualified name PUBLIC "public" "system">
/php-src/Zend/tests/grammar/
H A Dsemi_reserved_008.phpt41 as/*comment*/die; // non qualified
42 \TraitB::exit as bye; // full qualified
44 as byebye; // even more full qualified
48 exit as farewell; // full qualified with weird spacing
/php-src/Zend/tests/typehints/
H A Dfq_nullable.phpt2 Fully-qualified nullable parameter type
H A Dbug76198.phpt2 "iterable" must not be fully qualified
H A Dfully_qualified_scalar.phpt2 Fully qualified (leading backslash) type names must fail
/php-src/ext/reflection/tests/
H A Dbug49092.phpt2 Bug #49092 (ReflectionFunction fails to work with functions in fully qualified namespaces)
H A DReflectionClass_getProperty_003.phpt239 Fully qualified property name X::$pubC does not specify a base class of C
241 Fully qualified property name X::$protC does not specify a base class of C
243 Fully qualified property name X::$privC does not specify a base class of C
245 Fully qualified property name X::$doesNotExist does not specify a base class of C
H A DReflectionClass_getProperty_004.phpt243 Fully qualified property name X::$pubC does not specify a base class of C
245 Fully qualified property name X::$protC does not specify a base class of C
247 Fully qualified property name X::$privC does not specify a base class of C
249 Fully qualified property name X::$doesNotExist does not specify a base class of C
/php-src/Zend/tests/
H A Ddynamic_fully_qualified_call.phpt2 Crash when using dynamic call syntax with fully qualified name in a namespace
H A Dns_096.phpt10 Parse error: syntax error, unexpected fully qualified name "\Baz", expecting identifier or namespac…
H A Dbug46813.phpt2 Bug #46813: class_exists doesn`t work with fully qualified namespace
/php-src/Zend/tests/return_types/
H A D016.phpt2 Fully qualified classes are allowed in return types
H A D017.phpt2 Fully qualified classes in trait return types
/php-src/Zend/tests/traits/bugs/
H A Dalias-semantics02.phpt4 It should also work in case the method is fully qualified.
/php-src/ext/xml/
H A Dcompat.c36 _qualify_namespace(XML_Parser parser, const xmlChar *name, const xmlChar *URI, xmlChar **qualified) in _qualify_namespace() argument
40 *qualified = xmlStrdup(URI); in _qualify_namespace()
41 *qualified = xmlStrncat(*qualified, parser->_ns_separator, 1); in _qualify_namespace()
42 *qualified = xmlStrncat(*qualified, name, xmlStrlen(name)); in _qualify_namespace()
44 *qualified = xmlStrdup(name); in _qualify_namespace()
/php-src/ext/session/tests/user_session_module/
H A Dsave_handler.inc113 $qualified = ($session_save_path."/".$file);
114 if (is_file($qualified) === TRUE) {
115 …if (substr($file, 0, $length) === SESSION_FILE_PREFIX && (filemtime($qualified) + $maxlifetime <= …
116 unlink($qualified);
/php-src/ext/soap/tests/soap12/
H A DT71.phpt24 …<env:Reason><env:Text>A SOAP Envelope element cannot have non Namespace qualified attributes</env:…
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dparser.h50 const lxb_css_syntax_cb_qualified_rule_t *qualified,

Completed in 53 milliseconds

12