Lines Matching refs:class_name_len

843 	int class_name_len;  in is_a_impl()  local
849 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zs|b", &obj, &class_name, &class_name_len, &… in is_a_impl()
871 if (zend_lookup_class_ex(class_name, class_name_len, NULL, 0, &ce TSRMLS_CC) == FAILURE) { in is_a_impl()
961 int class_name_len; in ZEND_FUNCTION() local
964 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &class_name, &class_name_len) == FAILURE… in ZEND_FUNCTION()
968 if (zend_lookup_class(class_name, class_name_len, &pce TSRMLS_CC) == FAILURE) { in ZEND_FUNCTION()
1223 int class_name_len; in ZEND_FUNCTION() local
1228 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|b", &class_name, &class_name_len, &autoloa… in ZEND_FUNCTION()
1236 lc_name = do_alloca(class_name_len + 1, use_heap); in ZEND_FUNCTION()
1237 zend_str_tolower_copy(lc_name, class_name, class_name_len); in ZEND_FUNCTION()
1241 len = class_name_len; in ZEND_FUNCTION()
1252 if (zend_lookup_class(class_name, class_name_len, &ce TSRMLS_CC) == SUCCESS) { in ZEND_FUNCTION()
1393 int class_name_len, alias_name_len; in ZEND_FUNCTION() local
1398 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|b", &class_name, &class_name_len, &alias_… in ZEND_FUNCTION()
1402 found = zend_lookup_class_ex(class_name, class_name_len, NULL, autoload, &ce TSRMLS_CC); in ZEND_FUNCTION()
2123 zend_uint class_name_len; in ZEND_FUNCTION() local
2126 dup = zend_get_object_classname(ptr->object, &class_name, &class_name_len TSRMLS_CC); in ZEND_FUNCTION()
2313 zend_uint class_name_len; in zend_fetch_debug_backtrace() local
2316 dup = zend_get_object_classname(ptr->object, &class_name, &class_name_len TSRMLS_CC); in zend_fetch_debug_backtrace()