/php-src/Zend/tests/traits/ |
H A D | get_declared_traits_002.phpt | 2 Testing get_declared_traits() inside namespace 6 namespace test {
|
/php-src/Zend/tests/typehints/ |
H A D | namespace_relative_scalar.phpt | 2 namespace\int is not a valid type hint 6 function test(namespace\int $i) {}
|
/php-src/Zend/tests/use_const/ |
H A D | conflicting_use_alias.phpt | 6 namespace { 10 namespace x {
|
H A D | basic.phpt | 6 namespace foo\bar { 11 namespace {
|
/php-src/Zend/tests/ |
H A D | defined_fn_no_ns_fallback.phpt | 2 There should be no namespace fallback when using the defined() function 6 namespace Foo;
|
H A D | trait_exists_002.phpt | 2 Testing trait_exists() inside a namespace 6 namespace foo;
|
H A D | bug69388_2.phpt | 6 eval('namespace Foo;'); 11 eval('namespace {use Exception;}');
|
H A D | bug43344_10.phpt | 2 Bug #43344.10 (Wrong error message for undefined namespace constant) 5 echo namespace\bar."\n";
|
H A D | bug65254.phpt | 2 Bug #65254 (Exception not catchable when exception thrown in autoload with a namespace) 6 eval("namespace ns_test; class test {}");
|
H A D | bug77376.phpt | 2 Bug #77376 ("undefined function" message no longer includes namespace) 5 namespace Hello;
|
H A D | interface_exists_002.phpt | 2 Testing interface_exists() inside a namespace 6 namespace foo;
|
H A D | bug43344_2.phpt | 2 Bug #43344.2 (Wrong error message for undefined namespace constant) 5 namespace Foo;
|
/php-src/Zend/tests/exit/ |
H A D | define_die_function_namespace.phpt | 2 Attempting to define die() function in a namespace 6 namespace Foo;
|
H A D | define_die_constant_namespace.phpt | 2 Attempting to define die constant in a namespace 6 namespace Foo;
|
H A D | define_exit_constant_namespace.phpt | 2 Attempting to define exit constant in a namespace 6 namespace Foo;
|
/php-src/Zend/tests/class_alias/ |
H A D | class_alias_014.phpt | 2 Testing creation of alias to class name without namespace prefix 6 namespace foo;
|
/php-src/Zend/tests/use_function/ |
H A D | conflicting_use_alias.phpt | 6 namespace { 12 namespace x {
|
/php-src/Zend/tests/dynamic_call/ |
H A D | dynamic_fully_qualified_call.phpt | 2 Crash when using dynamic call syntax with fully qualified name in a namespace 6 namespace Foo;
|
/php-src/Zend/tests/namespaces/ |
H A D | ns_020.phpt | 2 020: Accessing internal namespace function 5 namespace X;
|
H A D | ns_070.phpt | 2 Testing parameter type-hinted with default value inside namespace 6 namespace foo;
|
H A D | ns_037.phpt | 2 037: Name ambiguity (namespace name or namespace's class name) 5 namespace X;
|
/php-src/Zend/tests/return_types/ |
H A D | 015.phpt | 2 Return types allowed in namespace 6 namespace Collections;
|
/php-src/Zend/tests/assert/ |
H A D | expect_019.phpt | 2 test assertions in namespace (assertions completely disabled) 7 namespace Foo;
|
/php-src/ext/dom/tests/ |
H A D | DOMElement_setAttributeNS_prefix_conflict.phpt | 7 echo "--- Non-default namespace test case ---\n"; 16 echo "--- Default namespace test case ---\n"; 26 --- Non-default namespace test case --- 31 --- Default namespace test case ---
|
/php-src/ext/xsl/ |
H A D | xsltprocessor.c | 554 if (ZSTR_LEN(namespace) == 0) { in xsl_create_parameter_key() 572 memcpy(ZSTR_VAL(clark_str) + 1, ZSTR_VAL(namespace), ZSTR_LEN(namespace)); in xsl_create_parameter_key() 573 ZSTR_VAL(clark_str)[ZSTR_LEN(namespace) + 1] = '}'; in xsl_create_parameter_key() 586 zend_string *namespace, *string_key, *name, *value = NULL; in PHP_METHOD() local 589 Z_PARAM_PATH_STR(namespace) in PHP_METHOD() 670 zend_string *namespace, *name; in PHP_METHOD() local 676 zend_string *key = xsl_create_parameter_key(2, namespace, name); in PHP_METHOD() 695 zend_string *namespace, *name; in PHP_METHOD() local 744 zend_string *namespace, *name; in PHP_METHOD() local 749 Z_PARAM_PATH_STR(namespace) in PHP_METHOD() [all …]
|