Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.4/
H A DNEWS402 . Fixed bug #69668 (SOAP special XML characters in namespace URIs not
2282 namespace). (Laruence)
/PHP-7.4/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h27 namespace PHP {
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc3 namespace FPM;
H A Dstatus.inc3 namespace FPM;
H A Dlogtool.inc3 namespace FPM;
H A Dresponse.inc3 namespace FPM;
/PHP-7.4/ext/soap/tests/
H A Dbug69668.phpt2 Bug #69668 (SOAP: special XML characters in namespace URIs not encoded)
/PHP-7.4/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.c250 ZEND_ARG_INFO(0, namespace)
H A Dphp_xml.h44 int parse_namespace(const xmlChar *inval,char **value,char **namespace);
/PHP-7.4/build/
H A Dphp.m440 dnl PHP_RUN_ONCE(namespace, variable, code)
42 dnl Execute code, if variable is not set in namespace.
H A Dlibtool.m42772 # On AIX, shared libraries and static libraries use the same namespace, and
H A Dphp_cxx_compile_stdcxx.m4134 namespace cxx11
137 namespace test_static_assert
178 namespace test_decltype
233 namespace test_noexcept
244 namespace test_constexpr
307 namespace test_lambdas
401 } // namespace cxx11
425 namespace cxx14
525 } // namespace cxx14
553 namespace cxx17
[all …]
/PHP-7.4/Zend/tests/
H A Dbug55086.phpt5 namespace N1 {
16 namespace N2 {
29 } catch(namespace\Foo $e)
H A Dcase_insensitive_constant_deprecation.phpt6 namespace {
31 namespace NS {
36 namespace ns {
41 namespace Other {
/PHP-7.4/sapi/fpm/
H A Dphp-fpm.service.in15 # Set up a new file system namespace and mounts private /tmp and /var/tmp directories
23 # Sets up a new /dev namespace for the executed processes and only adds API pseudo devices
53 # Takes away the ability to create or manage any kind of namespace
/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c47 ZEND_ARG_INFO(0, namespace)
53 ZEND_ARG_INFO(0, namespace)
58 ZEND_ARG_INFO(0, namespace)
751 char *namespace; in PHP_FUNCTION() local
756 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "sa", &namespace, &namespac… in PHP_FUNCTION()
774 …} else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "sSS", &namespace, &… in PHP_FUNCTION()
794 char *namespace; in PHP_FUNCTION() local
802 if (zend_parse_parameters(ZEND_NUM_ARGS(), "sS", &namespace, &namespace_len, &name) == FAILURE) { in PHP_FUNCTION()
820 char *namespace; in PHP_FUNCTION() local
826 if (zend_parse_parameters(ZEND_NUM_ARGS(), "sS", &namespace, &namespace_len, &name) == FAILURE) { in PHP_FUNCTION()
/PHP-7.4/ext/xmlreader/tests/
H A D015-get-errors.phpt2 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
H A D015.phpt2 XMLReader: libxml2 XML Reader, Move cursor to a named attribute within a namespace
11 <books xmlns:ns1="http://www.ns1.namespace.org/" xmlns:ns2="http://www.ns2.namespace.org/"><book ns…
27 $attr = $reader->moveToAttributeNs('idx', 'http://www.ns1.namespace.org/');
31 $attr = $reader->moveToAttributeNs('idx', 'http://www.ns2.namespace.org/');
35 $attr = $reader->moveToAttributeNs('isbn', 'http://www.ns2.namespace.org/');
40 $attr = $reader->moveToAttributeNs('elephpant', 'http://www.ns2.namespace.org/');
41 …at move should return a result of false, because there is no elephpant attribute (in any namespace)
H A D015-move-errors.phpt2 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…
26 // Test for missing namespace argument
/PHP-7.4/ext/standard/tests/network/
H A Dbug64330.phpt6 if (!stristr(PHP_OS, "Linux")) die('skip abstract namespace is a Linux-only feature');
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug31755.phpt17 Warning: SoapHeader::SoapHeader(): Invalid namespace in %s on line %d
/PHP-7.4/ext/simplexml/tests/
H A D031.phpt18 /* Add new attribute in a new namespace */
24 /* Add new attribute w/o namespace */
35 /* New namespace test */
H A Dbug43221.phpt2 Bug #43221 (SimpleXML adding default namespace in addAttribute)
16 Warning: SimpleXMLElement::addAttribute(): Attribute requires prefix for namespace in %sbug43221.ph…
H A Dbug45553.phpt2 Bug #45553 (Using XPath to return values for attributes with a namespace does not work)

Completed in 127 milliseconds

12345678910>>...12