Home
last modified time | relevance | path

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

/php-src/ext/mysqli/
H A Dmysqli_nonapi.c33 #define SAFE_STR(a) ((a)?a:"") macro
125 passwd_len = strlen(SAFE_STR(passwd));
141 if (strlen(SAFE_STR(hostname)) > 2 && !strncasecmp(hostname, "p:", 2)) {
148 …hash_key = strpprintf(0, "mysqli_%s_%s" ZEND_LONG_FMT "%s%s%s", SAFE_STR(hostname), SAFE_STR(socke…
149 port, SAFE_STR(username), SAFE_STR(dbname),
150 SAFE_STR(passwd));
/php-src/ext/soap/
H A Dphp_sdl.c326 #define SAFE_STR(a) ((a)?((const char *)a):"") macro
389 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav2->name)); in load_wsdl_ex()
450 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav->name)); in load_wsdl_ex()
560 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav->name)); in wsdl_soap_binding_header()
662 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav->name)); in wsdl_soap_binding_body()
694 …soap_error1(E_ERROR, "Parsing WSDL: Unexpected extensibility element <%s>", SAFE_STR(trav->name)); in wsdl_message()
701 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav->name)); in wsdl_message()
780 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav->name)); in load_wsdl()
819 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav2->name)); in load_wsdl()
921 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav2->name)); in load_wsdl()
[all …]

Completed in 16 milliseconds