Home
last modified time | relevance | path

Searched refs:errorcode (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/dom/
H A Ddomimplementation.c164 int ret, errorcode = 0; in PHP_METHOD() local
189 errorcode = dom_check_qname(name, &localname, &prefix, 1, name_len); in PHP_METHOD()
190 if (errorcode == 0 && uri_len > 0 in PHP_METHOD()
193 errorcode = NAMESPACE_ERR; in PHP_METHOD()
201 if (errorcode != 0) { in PHP_METHOD()
205 php_dom_throw_error(errorcode, 1); in PHP_METHOD()
H A Delement.c158 int errorcode = 0; in PHP_METHOD() local
176 if (errorcode == 0) { in PHP_METHOD()
179 nsptr = dom_get_ns(nodep, uri, &errorcode, prefix); in PHP_METHOD()
187 if (errorcode != 0) { in PHP_METHOD()
191 php_dom_throw_error(errorcode, 1); in PHP_METHOD()
773 if (errorcode == 0) { in PHP_FUNCTION()
815 errorcode = NAMESPACE_ERR; in PHP_FUNCTION()
834 if (errorcode == 0 && is_xmlns == 0) { in PHP_FUNCTION()
840 errorcode = INVALID_CHARACTER_ERR; in PHP_FUNCTION()
857 if (errorcode != 0) { in PHP_FUNCTION()
[all …]
H A Ddocument.c1031 int errorcode; in PHP_FUNCTION() local
1056 int errorcode; in PHP_FUNCTION() local
1068 if (errorcode == 0) { in PHP_FUNCTION()
1074 nsptr = dom_get_ns(nodep, uri, &errorcode, prefix); in PHP_FUNCTION()
1079 errorcode = INVALID_CHARACTER_ERR; in PHP_FUNCTION()
1088 if (errorcode != 0) { in PHP_FUNCTION()
1122 int errorcode; in PHP_FUNCTION() local
1134 if (errorcode == 0) { in PHP_FUNCTION()
1140 nsptr = dom_get_ns(root, uri, &errorcode, prefix); in PHP_FUNCTION()
1145 errorcode = INVALID_CHARACTER_ERR; in PHP_FUNCTION()
[all …]
H A Dphp_dom.h111 xmlNsPtr dom_get_ns(xmlNodePtr node, char *uri, int *errorcode, char *prefix);
H A Dphp_dom.c1502 xmlNsPtr dom_get_ns(xmlNodePtr nodep, char *uri, int *errorcode, char *prefix) { in dom_get_ns() argument
1505 *errorcode = 0; in dom_get_ns()
1514 *errorcode = NAMESPACE_ERR; in dom_get_ns()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c2510 int errorcode = 0; in parse_regex() local
3156 &errorcode)) in parse_regex()
4661 errorcode = ERR60; in parse_regex()
4698 errorcode = ERR14; in parse_regex()
4704 return errorcode; in parse_regex()
4715 errorcode = ERR79; in parse_regex()
9480 int errorcode = 0; in check_lookbehinds() local
9897 errorcode = ERR32; in pcre2_compile()
9933 errorcode = ERR75; in pcre2_compile()
9977 errorcode = ERR56; in pcre2_compile()
[all …]
H A Dpcre2_substitute.c118 int errorcode; in find_text_end() local
132 erc = PRIV(check_escape)(&ptr, ptrend, &ch, &errorcode, in find_text_end()
135 if (errorcode != 0) in find_text_end()
137 rc = errorcode; in find_text_end()
800 int errorcode; in pcre2_substitute() local
831 rc = PRIV(check_escape)(&ptr, repend, &ch, &errorcode, in pcre2_substitute()
833 if (errorcode != 0) goto BADESCAPE; in pcre2_substitute()
/PHP-7.4/ext/sysvmsg/
H A Dsysvmsg.c77 ZEND_ARG_INFO(1, errorcode)
88 ZEND_ARG_INFO(1, errorcode)

Completed in 57 milliseconds