Searched refs:location_len (Results 1 – 1 of 1) sorted by relevance
3196 size_t location_len = 0; local3200 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s", &location, &location_len) == FAILURE) {3210 if (location && location_len) {3211 add_property_stringl(this_ptr, "location", location, location_len);
Completed in 20 milliseconds