Home
last modified time | relevance | path

Searched refs:SAFE_STR (Results 1 – 2 of 2) sorted by path

/PHP-7.4/ext/mysqli/
H A Dmysqli_nonapi.c34 #define SAFE_STR(a) ((a)?a:"") macro
131 passwd_len = strlen(SAFE_STR(passwd));
147 if (strlen(SAFE_STR(hostname)) > 2 && !strncasecmp(hostname, "p:", 2)) {
154 …hash_key = strpprintf(0, "mysqli_%s_%s" ZEND_LONG_FMT "%s%s%s", SAFE_STR(hostname), SAFE_STR(socke…
155 port, SAFE_STR(username), SAFE_STR(dbname),
156 SAFE_STR(passwd));
/PHP-7.4/ext/soap/
H A Dphp_sdl.c318 #define SAFE_STR(a) ((a)?((const char *)a):"") macro
381 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav2->name)); in load_wsdl_ex()
442 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav->name)); in load_wsdl_ex()
552 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav->name)); in wsdl_soap_binding_header()
654 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav->name)); in wsdl_soap_binding_body()
686 …soap_error1(E_ERROR, "Parsing WSDL: Unexpected extensibility element <%s>", SAFE_STR(trav->name)); in wsdl_message()
693 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav->name)); in wsdl_message()
772 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav->name)); in load_wsdl()
811 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav2->name)); in load_wsdl()
913 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav2->name)); in load_wsdl()
[all …]

Completed in 22 milliseconds