Searched refs:location_len (Results 1 – 1 of 1) sorted by relevance
3241 int location_len = 0; local3244 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s", &location, &location_len) == FAILURE) {3254 if (location && location_len) {3255 add_property_stringl(this_ptr, "location", location, location_len, 1);
Completed in 19 milliseconds