Searched refs:location_len (Results 1 – 1 of 1) sorted by relevance
2882 size_t location_len = 0; local2886 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