Home
last modified time | relevance | path

Searched refs:namespace (Results 1 – 25 of 336) sorted by last modified time

12345678910>>...14

/PHP-8.0/
H A DNEWS931 . Fixed bug #69668 (SOAP special XML characters in namespace URIs not
1253 . Fixed bug #77966 (Cannot alias a method named "namespace"). (Nikita)
1291 . Fixed bug #80225 (broken namespace usage in eval code). (Nikita)
/PHP-8.0/ext/xsl/
H A Dxsltprocessor.c671 char *namespace; in PHP_METHOD() local
676 Z_PARAM_STRING(namespace, namespace_len) in PHP_METHOD()
724 char *namespace; in PHP_METHOD() local
730 if (zend_parse_parameters(ZEND_NUM_ARGS(), "sS", &namespace, &namespace_len, &name) == FAILURE) { in PHP_METHOD()
747 char *namespace; in PHP_METHOD() local
751 if (zend_parse_parameters(ZEND_NUM_ARGS(), "sS", &namespace, &namespace_len, &name) == FAILURE) { in PHP_METHOD()
/PHP-8.0/ext/soap/
H A Dphp_xml.c312 int parse_namespace(const xmlChar *inval, char **value, char **namespace) in parse_namespace() argument
317 (*namespace) = estrndup((char*)inval, found - (char*)inval); in parse_namespace()
321 (*namespace) = NULL; in parse_namespace()
H A Dsoap_arginfo.h18 ZEND_ARG_TYPE_INFO(0, namespace, IS_STRING, 0)
H A Dsoap.stub.php16 …public function __construct(string $namespace, string $name, mixed $data = UNKNOWN, bool $mustUnde… argument
/PHP-8.0/sapi/fpm/tests/
H A Dtester.inc3 namespace FPM;
H A Dlogreader.inc3 namespace FPM;
H A Dresponse.inc3 namespace FPM;
H A Dlogtool.inc3 namespace FPM;
H A Dfcgi.inc25 namespace Adoy\FastCGI;
H A Dstatus.inc3 namespace FPM;
/PHP-8.0/ext/phar/tests/files/
H A Dpear2coverage.phar16 namespace PEAR2\Pyrus\Developer\CoverageAnalyzer\Web {
94 namespace PEAR2\Pyrus\Developer\CoverageAnalyzer\Web {
478 namespace PEAR2\Pyrus\Developer\CoverageAnalyzer\Web {
637 namespace PEAR2\Pyrus\Developer\CoverageAnalyzer\Web {
642 namespace PEAR2\Pyrus\Developer\CoverageAnalyzer {
738 namespace PEAR2\Pyrus\Developer\CoverageAnalyzer {
919 namespace PEAR2\Pyrus\Developer\CoverageAnalyzer {
924 namespace PEAR2\Pyrus\Developer\CoverageAnalyzer {
1565 namespace PEAR2\Pyrus\Developer\CoverageAnalyzer\SourceFile {
1605 namespace PEAR2\Pyrus\Developer\CoverageAnalyzer {
/PHP-8.0/build/
H A Dgen_stub.php778 $namespace = $this->name->getNamespace();
800 if ($namespace) {
804 addslashes($namespace), $declarationName, $this->getArgInfoName());
H A Dphp.m440 dnl PHP_RUN_ONCE(namespace, variable, code)
42 dnl Execute code, if variable is not set in namespace.
/PHP-8.0/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h25 namespace PHP {
/PHP-8.0/ext/dom/
H A Dphp_dom_arginfo.h69 ZEND_ARG_TYPE_INFO(0, namespace, IS_STRING, 0)
109 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, namespace, IS_STRING, 1, "null")
169 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, namespace, IS_STRING, 0, "\"\"")
177 ZEND_ARG_TYPE_INFO(0, namespace, IS_STRING, 1)
207 ZEND_ARG_TYPE_INFO(0, namespace, IS_STRING, 1)
222 ZEND_ARG_TYPE_INFO(0, namespace, IS_STRING, 0)
254 ZEND_ARG_TYPE_INFO(0, namespace, IS_STRING, 1)
270 ZEND_ARG_TYPE_INFO(0, namespace, IS_STRING, 1)
433 ZEND_ARG_TYPE_INFO(0, namespace, IS_STRING, 0)
H A Dphp_dom.stub.php72 public function isDefaultNamespace(string $namespace) {} argument
84 public function lookupPrefix(string $namespace) {} argument
185 public function getAttributeNS(?string $namespace, string $localName) {} argument
191 public function getAttributeNodeNS(?string $namespace, string $localName) {} argument
197 public function getElementsByTagNameNS(?string $namespace, string $localName) {} argument
203 public function hasAttributeNS(?string $namespace, string $localName) {} argument
209 public function removeAttributeNS(?string $namespace, string $localName) {} argument
261 public function createAttributeNS(?string $namespace, string $qualifiedName) {} argument
294 public function getElementsByTagNameNS(?string $namespace, string $localName) {} argument
388 public function getNamedItemNS(?string $namespace, string $localName) {} argument
[all …]
/PHP-8.0/ext/simplexml/
H A Dsimplexml.stub.php17 public function registerXPathNamespace(string $prefix, string $namespace) {} argument
43 …public function addChild(string $qualifiedName, ?string $value = null, ?string $namespace = null) … argument
46 public function addAttribute(string $qualifiedName, string $value, ?string $namespace = null) {} argument
H A Dsimplexml_arginfo.h31 ZEND_ARG_TYPE_INFO(0, namespace, IS_STRING, 0)
67 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, namespace, IS_STRING, 1, "null")
73 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, namespace, IS_STRING, 1, "null")
/PHP-8.0/ext/soap/tests/
H A Dbug69668.phpt2 Bug #69668 (SOAP: special XML characters in namespace URIs not encoded)
/PHP-8.0/ext/dom/tests/
H A Dbug67474.phpt2 Bug #67474 getElementsByTagNameNS and default namespace
/PHP-8.0/ext/zend_test/tests/
H A Dobserver_call_user_func_03.phpt2 Observer: call_user_func() from namespace
10 namespace Test {
H A Dobserver_call_user_func_01.phpt2 Observer: call_user_func() from root namespace
10 namespace Test {
24 namespace {
H A Dobserver_call_user_func_04.phpt2 Observer: call_user_func_array() from namespace
10 namespace Test {
H A Dobserver_call_user_func_02.phpt2 Observer: call_user_func_array() from root namespace
10 namespace Test {
24 namespace {

Completed in 97 milliseconds

12345678910>>...14