Searched refs:iface_name_len (Results 1 – 1 of 1) sorted by relevance
1266 int iface_name_len; in ZEND_FUNCTION() local1271 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|b", &iface_name, &iface_name_len, &autoloa… in ZEND_FUNCTION()1279 lc_name = do_alloca(iface_name_len + 1, use_heap); in ZEND_FUNCTION()1280 zend_str_tolower_copy(lc_name, iface_name, iface_name_len); in ZEND_FUNCTION()1284 len = iface_name_len; in ZEND_FUNCTION()1295 if (zend_lookup_class(iface_name, iface_name_len, &ce TSRMLS_CC) == SUCCESS) { in ZEND_FUNCTION()
Completed in 10 milliseconds