Lines Matching refs:Z_TYPE_P

40 	    Z_TYPE_P(login) == IS_STRING) {  in proxy_authentication()
47 Z_TYPE_P(password) == IS_STRING) { in proxy_authentication()
68 Z_TYPE_P(login) == IS_STRING && in basic_authentication()
76 Z_TYPE_P(password) == IS_STRING) { in basic_authentication()
102 Z_TYPE_P(tmp) == IS_STRING && Z_STRLEN_P(tmp)) { in http_context_headers()
175 Z_TYPE_P(proxy_host) == IS_STRING && in http_connect()
177 Z_TYPE_P(proxy_port) == IS_LONG) { in http_connect()
186 Z_TYPE_P(tmp) == IS_LONG && Z_LVAL_P(tmp) > 0) { in http_connect()
198 Z_TYPE_P(tmp) == IS_LONG) { in http_connect()
286 Z_TYPE_P(tmp) == IS_LONG) { in http_connect()
370 if (this_ptr == NULL || Z_TYPE_P(this_ptr) != IS_OBJECT) { in make_http_soap_request()
376 …BJPROP_P(this_ptr), "compression", sizeof("compression")-1)) != NULL && Z_TYPE_P(tmp) == IS_LONG) { in make_http_soap_request()
422 …_OBJPROP_P(this_ptr), "_use_proxy", sizeof("_use_proxy")-1)) != NULL && Z_TYPE_P(tmp) == IS_LONG) { in make_http_soap_request()
440 …if (Z_TYPE_P(tmp) != IS_STRING || !is_numeric_string(Z_STRVAL_P(tmp), Z_STRLEN_P(tmp), &redirect_m… in make_http_soap_request()
441 if (Z_TYPE_P(tmp) == IS_LONG) in make_http_soap_request()
548 Z_TYPE_P(tmp) == IS_DOUBLE && in make_http_soap_request()
589 (Z_TYPE_P(tmp) == IS_FALSE || (Z_TYPE_P(tmp) == IS_LONG && Z_LVAL_P(tmp) == 0)))) { in make_http_soap_request()
597 Z_TYPE_P(tmp) == IS_STRING) { in make_http_soap_request()
605 Z_TYPE_P(tmp) == IS_STRING) { in make_http_soap_request()
624 Z_TYPE_P(tmp) == IS_STRING && in make_http_soap_request()
641 Z_TYPE_P(tmp) == IS_STRING && in make_http_soap_request()
662 Z_TYPE_P(login) == IS_STRING) { in make_http_soap_request()
667 if (Z_TYPE_P(digest) == IS_ARRAY) { in make_http_soap_request()
683 Z_TYPE_P(tmp) == IS_LONG) { in make_http_soap_request()
695 Z_TYPE_P(tmp) == IS_STRING) { in make_http_soap_request()
700 Z_TYPE_P(password) == IS_STRING) { in make_http_soap_request()
706 Z_TYPE_P(tmp) == IS_STRING && in make_http_soap_request()
713 Z_TYPE_P(tmp) == IS_STRING) { in make_http_soap_request()
741 Z_TYPE_P(tmp) == IS_STRING) { in make_http_soap_request()
746 Z_TYPE_P(tmp) == IS_STRING) { in make_http_soap_request()
762 Z_TYPE_P(tmp) == IS_STRING) { in make_http_soap_request()
767 Z_TYPE_P(tmp) == IS_STRING) { in make_http_soap_request()
786 Z_TYPE_P(tmp) == IS_STRING) { in make_http_soap_request()
797 Z_TYPE_P(tmp) == IS_STRING) { in make_http_soap_request()
802 Z_TYPE_P(tmp) == IS_STRING) { in make_http_soap_request()
815 Z_TYPE_P(password) == IS_STRING) { in make_http_soap_request()
835 Z_TYPE_P(cookies) == IS_ARRAY) { in make_http_soap_request()
843 if (key && Z_TYPE_P(data) == IS_ARRAY) { in make_http_soap_request()
847 Z_TYPE_P(value) == IS_STRING) { in make_http_soap_request()
850 Z_TYPE_P(tmp) != IS_STRING || in make_http_soap_request()
853 Z_TYPE_P(tmp) != IS_STRING || in make_http_soap_request()
873 (Z_TYPE_P(trace) == IS_TRUE || (Z_TYPE_P(trace) == IS_LONG && Z_LVAL_P(trace) != 0))) { in make_http_soap_request()
922 (Z_TYPE_P(trace) == IS_TRUE || (Z_TYPE_P(trace) == IS_LONG && Z_LVAL_P(trace) != 0))) { in make_http_soap_request()
973 Z_TYPE_P(cookies) != IS_ARRAY) { in make_http_soap_request()
1169 Z_TYPE_P(digest) != IS_ARRAY) && in make_http_soap_request()
1171 Z_TYPE_P(login) == IS_STRING && in make_http_soap_request()
1173 Z_TYPE_P(password) == IS_STRING) { in make_http_soap_request()