Lines Matching +full:z_type_p +type:c

34 	if (Z_TYPE_P(login) == IS_STRING) {  in proxy_authentication()
40 if (Z_TYPE_P(password) == IS_STRING) { in proxy_authentication()
60 if (Z_TYPE_P(login) == IS_STRING && Z_TYPE_P(use_digest) != IS_TRUE) { in basic_authentication()
66 if (Z_TYPE_P(password) == IS_STRING) { in basic_authentication()
92 Z_TYPE_P(tmp) == IS_STRING && Z_STRLEN_P(tmp)) { in http_context_headers()
166 if (Z_TYPE_P(proxy_host) == IS_STRING && Z_TYPE_P(proxy_port) == IS_LONG) { in http_connect()
176 if (Z_TYPE_P(tmp) == IS_LONG && Z_LVAL_P(tmp) > 0) { in http_connect()
188 if (Z_TYPE_P(tmp) == IS_LONG) { in http_connect()
276 if (Z_TYPE_P(tmp) == IS_LONG) { in http_connect()
360 if (this_ptr == NULL || Z_TYPE_P(this_ptr) != IS_OBJECT) { in make_http_soap_request()
367 if (Z_TYPE_P(tmp) == IS_LONG) { in make_http_soap_request()
412 if (Z_TYPE_P(tmp) == IS_RESOURCE) { in make_http_soap_request()
415 if (Z_TYPE_P(tmp) == IS_LONG) { in make_http_soap_request()
427 if (Z_TYPE_P(tmp) == IS_RESOURCE) { in make_http_soap_request()
433 …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()
434 if (Z_TYPE_P(tmp) == IS_LONG) in make_http_soap_request()
484 if (Z_TYPE_P(tmp) == IS_OBJECT && instanceof_function(Z_OBJCE_P(tmp), soap_url_class_entry) && in make_http_soap_request()
532 bool client_trace = Z_TYPE_P(Z_CLIENT_TRACE_P(this_ptr)) == IS_TRUE; in make_http_soap_request()
538 if (Z_TYPE_P(url_zval) == IS_OBJECT) { in make_http_soap_request()
548 Z_TYPE_P(tmp) == IS_DOUBLE && in make_http_soap_request()
587 if (!http_1_1 || Z_TYPE_P(Z_CLIENT_KEEP_ALIVE_P(this_ptr)) == IS_FALSE) { in make_http_soap_request()
595 if (Z_TYPE_P(tmp) == IS_STRING) { in make_http_soap_request()
603 Z_TYPE_P(tmp) == IS_STRING) { in make_http_soap_request()
622 Z_TYPE_P(tmp) == IS_STRING && in make_http_soap_request()
639 Z_TYPE_P(tmp) == IS_STRING && in make_http_soap_request()
660 if (Z_TYPE_P(login) == IS_STRING) { in make_http_soap_request()
664 if (Z_TYPE_P(digest) == IS_ARRAY) { in make_http_soap_request()
685 Z_TYPE_P(tmp) == IS_LONG) { in make_http_soap_request()
697 Z_TYPE_P(tmp) == IS_STRING) { in make_http_soap_request()
702 if (Z_TYPE_P(password) == IS_STRING) { in make_http_soap_request()
708 Z_TYPE_P(tmp) == IS_STRING && in make_http_soap_request()
715 Z_TYPE_P(tmp) == IS_STRING) { in make_http_soap_request()
743 Z_TYPE_P(tmp) == IS_STRING) { in make_http_soap_request()
748 Z_TYPE_P(tmp) == IS_STRING) { in make_http_soap_request()
764 Z_TYPE_P(tmp) == IS_STRING) { in make_http_soap_request()
769 Z_TYPE_P(tmp) == IS_STRING) { in make_http_soap_request()
788 Z_TYPE_P(tmp) == IS_STRING) { in make_http_soap_request()
799 Z_TYPE_P(tmp) == IS_STRING) { in make_http_soap_request()
804 Z_TYPE_P(tmp) == IS_STRING) { in make_http_soap_request()
816 if (Z_TYPE_P(password) == IS_STRING) { in make_http_soap_request()
836 ZEND_ASSERT(Z_TYPE_P(cookies) == IS_ARRAY); in make_http_soap_request()
844 if (key && Z_TYPE_P(data) == IS_ARRAY) { in make_http_soap_request()
848 Z_TYPE_P(value) == IS_STRING) { in make_http_soap_request()
851 Z_TYPE_P(tmp) != IS_STRING || in make_http_soap_request()
854 Z_TYPE_P(tmp) != IS_STRING || in make_http_soap_request()
1176 if (auth && strstr(auth, "Digest") == auth && Z_TYPE_P(digest) != IS_ARRAY in make_http_soap_request()
1177 && Z_TYPE_P(login) == IS_STRING && Z_TYPE_P(password) == IS_STRING) { in make_http_soap_request()