Searched refs:add_property_stringl (Results 1 - 6 of 6) sorted by relevance
| /PHP_5_3/ext/soap/ |
| H A D | php_http.c | 787 add_property_stringl(this_ptr, "__last_request_headers", soap_headers.c, soap_headers.len, 1); 832 add_property_stringl(this_ptr, "__last_response_headers", http_headers, http_header_size, 1);
|
| H A D | soap.c | 902 add_property_stringl(this_ptr, "param_name", name, name_length, 1); 929 add_property_stringl(this_ptr, "namespace", ns, ns_len, 1); 930 add_property_stringl(this_ptr, "name", name, name_len, 1); 945 add_property_stringl(this_ptr, "actor", Z_STRVAL_P(actor), Z_STRLEN_P(actor), 1); 1082 add_property_stringl(this_ptr, "enc_stype", stype, stype_len, 1); 1085 add_property_stringl(this_ptr, "enc_ns", ns, ns_len, 1); 1088 add_property_stringl(this_ptr, "enc_name", name, name_len, 1); 1091 add_property_stringl(this_ptr, "enc_namens", namens, namens_len, 1); 2541 add_property_stringl(this_ptr, "uri", Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp), 1); 2567 add_property_stringl(this_pt [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | dir.c | 236 add_property_stringl(return_value, "path", dirname, dir_len, 1);
|
| H A D | user_filters.c | 435 add_property_stringl(return_value, "data", bucket->buf, bucket->buflen, 1); 537 add_property_stringl(return_value, "data", bucket->buf, bucket->buflen, 1);
|
| /PHP_5_3/ext/libxml/ |
| H A D | libxml.c | 770 add_property_stringl(return_value, "message", "", 0, 1); 775 add_property_stringl(return_value, "file", "", 0, 1); 810 add_property_stringl(z_error, "message", "", 0, 1); 815 add_property_stringl(z_error, "file", "", 0, 1);
|
| /PHP_5_3/Zend/ |
| H A D | zend_API.h | 430 #define add_property_stringl(__arg, __key, __str, __length, __duplicate) add_property_stringl_ex(__arg, __key, strlen(__key)+1, __str, __length, __duplicate TSRMLS_CC) macro
|
Completed in 17 milliseconds