Home
last modified time | relevance | path

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

/PHP-7.3/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.c160 int errorcode = 0; in PHP_METHOD() local
178 if (errorcode == 0) { in PHP_METHOD()
181 nsptr = dom_get_ns(nodep, uri, &errorcode, prefix); in PHP_METHOD()
189 if (errorcode != 0) { in PHP_METHOD()
193 php_dom_throw_error(errorcode, 1); in PHP_METHOD()
766 if (errorcode == 0) { in PHP_FUNCTION()
808 errorcode = NAMESPACE_ERR; in PHP_FUNCTION()
827 if (errorcode == 0 && is_xmlns == 0) { in PHP_FUNCTION()
833 errorcode = INVALID_CHARACTER_ERR; in PHP_FUNCTION()
850 if (errorcode != 0) { in PHP_FUNCTION()
[all …]
H A Ddocument.c1012 int errorcode; in PHP_FUNCTION() local
1037 int errorcode; in PHP_FUNCTION() local
1048 if (errorcode == 0) { in PHP_FUNCTION()
1054 nsptr = dom_get_ns(nodep, uri, &errorcode, prefix); in PHP_FUNCTION()
1059 errorcode = INVALID_CHARACTER_ERR; in PHP_FUNCTION()
1068 if (errorcode != 0) { in PHP_FUNCTION()
1102 int errorcode; in PHP_FUNCTION() local
1113 if (errorcode == 0) { in PHP_FUNCTION()
1119 nsptr = dom_get_ns(root, uri, &errorcode, prefix); in PHP_FUNCTION()
1124 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.c1496 xmlNsPtr dom_get_ns(xmlNodePtr nodep, char *uri, int *errorcode, char *prefix) { in dom_get_ns() argument
1499 *errorcode = 0; in dom_get_ns()
1508 *errorcode = NAMESPACE_ERR; in dom_get_ns()
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c2339 int errorcode = 0; in parse_regex() local
2963 &errorcode)) in parse_regex()
4301 errorcode = ERR60; in parse_regex()
4338 errorcode = ERR14; in parse_regex()
4344 return errorcode; in parse_regex()
4355 errorcode = ERR79; in parse_regex()
8982 int errorcode = 0; in check_lookbehinds() local
9368 errorcode = ERR32; in pcre2_compile()
9404 errorcode = ERR75; in pcre2_compile()
9448 errorcode = ERR56; in pcre2_compile()
[all …]
H A Dpcre2_substitute.c117 int errorcode; in find_text_end() local
131 erc = PRIV(check_escape)(&ptr, ptrend, &ch, &errorcode, in find_text_end()
134 if (errorcode != 0) in find_text_end()
136 rc = errorcode; in find_text_end()
731 int errorcode; in pcre2_substitute() local
762 rc = PRIV(check_escape)(&ptr, repend, &ch, &errorcode, in pcre2_substitute()
764 if (errorcode != 0) goto BADESCAPE; in pcre2_substitute()
/PHP-7.3/ext/sysvmsg/
H A Dsysvmsg.c52 ZEND_ARG_INFO(1, errorcode)
63 ZEND_ARG_INFO(1, errorcode)

Completed in 57 milliseconds