Home
last modified time | relevance | path

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

/PHP-8.0/ext/soap/
H A Dsoap.c2882 size_t location_len = 0; local
2886 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s!", &location, &location_len) == FAILURE) {
2896 if (location && location_len) {
2897 add_property_stringl(this_ptr, "location", location, location_len);

Completed in 13 milliseconds