Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_builtin_functions.c1309 int trait_name_len; in ZEND_FUNCTION() local
1314 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|b", &trait_name, &trait_name_len, &autoloa… in ZEND_FUNCTION()
1322 lc_name = do_alloca(trait_name_len + 1, use_heap); in ZEND_FUNCTION()
1323 zend_str_tolower_copy(lc_name, trait_name, trait_name_len); in ZEND_FUNCTION()
1327 len = trait_name_len; in ZEND_FUNCTION()
1338 if (zend_lookup_class(trait_name, trait_name_len, &ce TSRMLS_CC) == SUCCESS) { in ZEND_FUNCTION()

Completed in 28 milliseconds