/php-src/Zend/tests/namespaces/ |
H A D | ns_077_4.phpt | 2 077: Unknown compile-time constants in namespace 5 namespace foo; 7 function foo($a = array(0 => namespace\unknown))
|
H A D | ns_077_3.phpt | 2 077: Unknown compile-time constants in namespace 5 namespace foo; 7 function foo($a = array(namespace\unknown => unknown))
|
H A D | ns_068.phpt | 2 068: Code before namespace 6 namespace foo; 8 namespace bar;
|
H A D | ns_083.phpt | 2 083: bracketed namespace with junk before the ns declaration 7 namespace foo { 9 namespace ok {
|
H A D | ns_085.phpt | 2 085: bracketed namespace 5 namespace foo { 13 namespace {
|
H A D | ns_091.phpt | 5 namespace Foo\Bar { 8 namespace Foo\Bar\Baz { 11 namespace Fiz\Biz\Buz {
|
H A D | ns_086.phpt | 2 086: bracketed namespace with encoding 10 namespace foo { 18 namespace {
|
/php-src/ext/dom/tests/modern/spec/ |
H A D | Element_getAttributeNS.phpt | 11 echo "--- After parsing, i.e. without namespace ---\n"; 27 echo "--- Get after creating without namespace ---\n"; 34 echo "--- Get after creating with namespace ---\n"; 43 --- After parsing, i.e. without namespace --- 54 --- Get after creating without namespace --- 57 --- Get after creating with namespace ---
|
H A D | Element_hasAttributeNS.phpt | 11 echo "--- After parsing, i.e. without namespace ---\n"; 27 echo "--- Get after creating without namespace ---\n"; 34 echo "--- Get after creating with namespace ---\n"; 43 --- After parsing, i.e. without namespace --- 54 --- Get after creating without namespace --- 57 --- Get after creating with namespace ---
|
H A D | Element_getAttributeNodeNS.phpt | 13 echo "--- After parsing, i.e. without namespace ---\n"; 29 echo "--- Get after creating without namespace ---\n"; 36 echo "--- Get after creating with namespace ---\n"; 46 --- After parsing, i.e. without namespace --- 57 --- Get after creating without namespace --- 60 --- Get after creating with namespace ---
|
H A D | serialize_xml_namespace_on_elements.phpt | 2 Serialize XML namespace on elements 9 $root = $dom->appendChild($dom->createElementNS("http://www.w3.org/XML/1998/namespace", "xml:test")… 10 $root->appendChild($dom->createElementNS("http://www.w3.org/XML/1998/namespace", "xml:child"));
|
/php-src/ext/xmlreader/tests/ |
H A D | 015-get-errors.phpt | 2 XMLReader: libxml2 XML Reader, Move cursor to a named attribute within a namespace, with invalid ar… 11 <books xmlns:ns1="http://www.ns1.namespace.org/" xmlns:ns2="http://www.ns2.namespace.org/"><book ns… 28 // Test for missing namespace argument 49 Deprecated: XMLReader::getAttributeNs(): Passing null to parameter #2 ($namespace) of type string i… 50 XMLReader::getAttributeNs(): Argument #2 ($namespace) must not be empty
|
/php-src/ext/dom/tests/ |
H A D | xpath_domnamespacenode_advanced.phpt | 16 $query = '//namespace::*'; 18 echo "-- All namespace attributes --\n"; 25 echo "-- All namespace attributes with removal attempt --\n"; 41 -- All namespace attributes -- 42 xmlns:xml = http://www.w3.org/XML/1998/namespace 48 xmlns:xml = http://www.w3.org/XML/1998/namespace 56 -- All namespace attributes with removal attempt --
|
/php-src/Zend/tests/use_const/ |
H A D | conflicting_use.phpt | 6 namespace foo { 10 namespace bar { 14 namespace {
|
/php-src/Zend/tests/ |
H A D | bug43344_7.phpt | 2 Bug #43344.7 (Wrong error message for undefined namespace constant) 5 namespace Foo; 6 function f($a=namespace\bar) {
|
H A D | bug43344_8.phpt | 2 Bug #43344.8 (Wrong error message for undefined namespace constant) 5 namespace Foo; 6 function f($a=array(namespace\bar)) {
|
H A D | bug43344_9.phpt | 2 Bug #43344.9 (Wrong error message for undefined namespace constant) 5 namespace Foo; 6 function f($a=array(namespace\bar=>0)) {
|
H A D | bug54804.inc | 2 namespace b\c {} 3 namespace b\d {}
|
H A D | class_constants_004.phpt | 2 Testing constants (normal, namespace, class and interface) 6 namespace foo; 25 namespace\foo,
|
H A D | bug44653.phpt | 2 Bug #44653 (Invalid namespace name resolution) 5 namespace A; 9 namespace B;
|
/php-src/Zend/tests/enum/ |
H A D | namespaces.phpt | 2 Enum namespace 6 namespace Foo { 20 namespace {
|
/php-src/Zend/tests/use_function/ |
H A D | alias.phpt | 6 namespace foo { 12 namespace bar { 18 namespace {
|
H A D | conflicting_use.phpt | 6 namespace foo { 12 namespace bar { 18 namespace {
|
/php-src/ext/dom/ |
H A D | xpath_callbacks.c | 169 zend_string *namespace; in php_dom_xpath_callbacks_delayed_lib_registration() local 174 register_func(ctxt, namespace, name); in php_dom_xpath_callbacks_delayed_lib_registration() 183 const zend_string *namespace, in php_dom_xpath_callback_ns_update_method_handler() argument 212 register_func(ctxt, namespace, str); in php_dom_xpath_callback_ns_update_method_handler() 228 register_func(ctxt, namespace, key); in php_dom_xpath_callback_ns_update_method_handler() 252 register_func(ctxt, namespace, name); in php_dom_xpath_callback_ns_update_method_handler() 276 if (namespace == NULL) { in php_dom_xpath_callbacks_ensure_ns() 278 php_dom_xpath_callback_ns_ctor(namespace); in php_dom_xpath_callbacks_ensure_ns() 281 return namespace; in php_dom_xpath_callbacks_ensure_ns() 309 namespace->mode = PHP_DOM_REG_FUNC_MODE_SET; in php_dom_xpath_callbacks_update_single_method_handler() [all …]
|
/php-src/ext/reflection/tests/ |
H A D | ReflectionParameter_DefaultValueConstant_basic2.phpt | 2 ReflectionParameter::isDefaultValueConstant() && getDefaultValueConstantName() for namespace 6 namespace ReflectionTestNamespace { 14 namespace {
|