Home
last modified time | relevance | path

Searched refs:iface_name_len (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_builtin_functions.c1266 int iface_name_len; in ZEND_FUNCTION() local
1271 …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 11 milliseconds