Home
last modified time | relevance | path

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

/PHP-7.2/ext/soap/
H A Dsoap.c3197 size_t location_len = 0; local
3201 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s", &location, &location_len) == FAILURE) {
3211 if (location && location_len) {
3212 add_property_stringl(this_ptr, "location", location, location_len);

Completed in 19 milliseconds