Home
last modified time | relevance | path

Searched refs:namespace (Results 101 – 125 of 474) sorted by relevance

12345678910>>...19

/php-src/Zend/tests/traits/
H A Dget_declared_traits_002.phpt2 Testing get_declared_traits() inside namespace
6 namespace test {
/php-src/Zend/tests/typehints/
H A Dnamespace_relative_scalar.phpt2 namespace\int is not a valid type hint
6 function test(namespace\int $i) {}
/php-src/Zend/tests/use_const/
H A Dconflicting_use_alias.phpt6 namespace {
10 namespace x {
H A Dbasic.phpt6 namespace foo\bar {
11 namespace {
/php-src/Zend/tests/
H A Dclass_alias_014.phpt2 Testing creation of alias to class name without namespace prefix
6 namespace foo;
H A Ddefined_fn_no_ns_fallback.phpt2 There should be no namespace fallback when using the defined() function
6 namespace Foo;
H A Dtrait_exists_002.phpt2 Testing trait_exists() inside a namespace
6 namespace foo;
H A Ddynamic_fully_qualified_call.phpt2 Crash when using dynamic call syntax with fully qualified name in a namespace
6 namespace Foo;
H A Dns_020.phpt2 020: Accessing internal namespace function
5 namespace X;
H A Dbug69388_2.phpt6 eval('namespace Foo;');
11 eval('namespace {use Exception;}');
H A Dbug43344_10.phpt2 Bug #43344.10 (Wrong error message for undefined namespace constant)
5 echo namespace\bar."\n";
H A Dns_070.phpt2 Testing parameter type-hinted with default value inside namespace
6 namespace foo;
H A Dns_037.phpt2 037: Name ambiguity (namespace name or namespace's class name)
5 namespace X;
H A Dbug65254.phpt2 Bug #65254 (Exception not catchable when exception thrown in autoload with a namespace)
6 eval("namespace ns_test; class test {}");
H A Dbug77376.phpt2 Bug #77376 ("undefined function" message no longer includes namespace)
5 namespace Hello;
H A Dinterface_exists_002.phpt2 Testing interface_exists() inside a namespace
6 namespace foo;
H A Dns_011.phpt2 011: Function in namespace
5 namespace test\ns1;
/php-src/Zend/tests/exit/
H A Ddefine_die_function_namespace.phpt2 Attempting to define die() function in a namespace
6 namespace Foo;
H A Ddefine_die_constant_namespace.phpt2 Attempting to define die constant in a namespace
6 namespace Foo;
H A Ddefine_exit_constant_namespace.phpt2 Attempting to define exit constant in a namespace
6 namespace Foo;
/php-src/Zend/tests/use_function/
H A Dconflicting_use_alias.phpt6 namespace {
12 namespace x {
/php-src/Zend/tests/return_types/
H A D015.phpt2 Return types allowed in namespace
6 namespace Collections;
/php-src/Zend/tests/assert/
H A Dexpect_019.phpt2 test assertions in namespace (assertions completely disabled)
7 namespace Foo;
/php-src/ext/dom/tests/
H A DDOMElement_setAttributeNS_prefix_conflict.phpt7 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 Dxsltprocessor.c554 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 …]

Completed in 21 milliseconds

12345678910>>...19