Home
last modified time | relevance | path

Searched refs:namespace (Results 451 – 470 of 470) sorted by relevance

1...<<111213141516171819

/php-src/ext/xmlreader/
H A Dphp_xmlreader_arginfo.h17 ZEND_ARG_TYPE_INFO(0, namespace, IS_STRING, 0)
41 ZEND_ARG_TYPE_INFO(0, namespace, IS_STRING, 0)
/php-src/docs-old/
H A Doutput-api.md3 Everything now resides beneath the php_output namespace, and there's an API call
/php-src/ext/dom/
H A Dphp_dom.c2079 int dom_validate_and_extract(const zend_string *namespace, const zend_string *qname, xmlChar **loca… in dom_validate_and_extract() argument
2084 if (namespace == NULL) { in dom_validate_and_extract()
2085 namespace = zend_empty_string; in dom_validate_and_extract()
2098 if (*prefix != NULL && ZSTR_VAL(namespace)[0] == '\0') { in dom_validate_and_extract()
2103 …if (UNEXPECTED(!zend_string_equals_literal(namespace, "http://www.w3.org/XML/1998/namespace") && x… in dom_validate_and_extract()
2108 … xmlStrEqual(*prefix, BAD_CAST "xmlns")) && !zend_string_equals_literal(namespace, "http://www.w3.… in dom_validate_and_extract()
2113 …if (UNEXPECTED(zend_string_equals_literal(namespace, "http://www.w3.org/2000/xmlns/") && !zend_str… in dom_validate_and_extract()
H A Dphp_dom.h165 int dom_validate_and_extract(const zend_string *namespace, const zend_string *qname, xmlChar **loca…
/php-src/ext/dom/tests/
H A Dbug47530.phpt2 Bug #47530 (Importing objects into document fragments creates bogus "default" namespace)
/php-src/ext/dom/tests/modern/spec/
H A Dbug47530.phpt2 Bug #47530 (Importing objects into document fragments creates bogus "default" namespace)
/php-src/build/
H A Dgen_stub.php957 public function __construct(?Name $namespace, string $const) argument
959 if ($namespace && ($namespace = $namespace->slice(0, -1))) {
960 $const = $namespace->toString() . '\\' . $const;
1472 $namespace = addslashes($this->name->getNamespace());
1473 $zendName = "ZEND_NS_NAME(\"$namespace\", \"$functionName\")";
1664 $namespace = $doc->createAttribute('xmlns');
1665 $namespace->value = "http://docbook.org/ns/docbook";
1666 $refentry->setAttributeNode($namespace);
3301 $namespace = addslashes((string) $this->name->slice(0, -1));
3303 … $code .= "\tINIT_NS_CLASS_ENTRY(ce, \"$namespace\", \"$className\", $classMethods);\n";
H A Dphp.m439 dnl PHP_RUN_ONCE(namespace, variable, code)
41 dnl Execute code, if variable is not set in namespace.
H A Dlibtool.m42782 # On AIX, shared libraries and static libraries use the same namespace, and
/php-src/sapi/fpm/tests/
H A Dlogreader.inc3 namespace FPM;
H A Dstatus.inc3 namespace FPM;
H A Dresponse.inc3 namespace FPM;
H A Dlogtool.inc3 namespace FPM;
H A Dfcgi.inc25 namespace FPM\FastCGI;
H A Dtester.inc3 namespace FPM;
/php-src/ext/soap/
H A Dsoap_arginfo.h18 ZEND_ARG_TYPE_INFO(0, namespace, IS_STRING, 0)
/php-src/ext/standard/
H A Dvar_unserializer.re1181 /* class name can't start from namespace separator */
/php-src/Zend/
H A Dzend_language_scanner.l2377 <ST_IN_SCRIPTING>"namespace"("\\"{LABEL})+ {
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます7884 0 search/8192 namespace
7885 >0 regex \^namespace[[:space:]]+[_[:alpha:]]{1,30}[[:space:]]*\\{ C++ source text
7888 # using namespace [namespace] or using std::[lib]
7890 >0 regex \^using[[:space:]]+(namespace\ )?std(::)?[[:alpha:]]*[[:space:]]*; C++ source text
35057 0 string PmNs PCP compiled namespace (V.0)
35058 0 string PmN PCP compiled namespace
H A Dmagic7884 0 search/8192 namespace
7885 >0 regex \^namespace[[:space:]]+[_[:alpha:]]{1,30}[[:space:]]*\\{ C++ source text
7888 # using namespace [namespace] or using std::[lib]
7890 >0 regex \^using[[:space:]]+(namespace\ )?std(::)?[[:alpha:]]*[[:space:]]*; C++ source text
35057 0 string PmNs PCP compiled namespace (V.0)
35058 0 string PmN PCP compiled namespace

Completed in 303 milliseconds

1...<<111213141516171819