Searched refs:iface_name (Results 1 – 1 of 1) sorted by relevance
1212 char *iface_name, *lc_name; in ZEND_FUNCTION() local1219 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|b", &iface_name, &iface_name_len, &autoloa… in ZEND_FUNCTION()1228 zend_str_tolower_copy(lc_name, iface_name, iface_name_len); in ZEND_FUNCTION()1243 if (zend_lookup_class(iface_name, iface_name_len, &ce TSRMLS_CC) == SUCCESS) { in ZEND_FUNCTION()
Completed in 7 milliseconds