Lines Matching refs:class_name_len

816 	int class_name_len;  in is_a_impl()  local
822 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zs|b", &obj, &class_name, &class_name_len, &… in is_a_impl()
843 if (zend_lookup_class_ex(class_name, class_name_len, 0, &ce TSRMLS_CC) == FAILURE) { in is_a_impl()
929 int class_name_len; in ZEND_FUNCTION() local
932 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &class_name, &class_name_len) == FAILURE… in ZEND_FUNCTION()
936 if (zend_lookup_class(class_name, class_name_len, &pce TSRMLS_CC) == FAILURE) { in ZEND_FUNCTION()
1171 int class_name_len; in ZEND_FUNCTION() local
1176 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|b", &class_name, &class_name_len, &autoloa… in ZEND_FUNCTION()
1184 lc_name = do_alloca(class_name_len + 1, use_heap); in ZEND_FUNCTION()
1185 zend_str_tolower_copy(lc_name, class_name, class_name_len); in ZEND_FUNCTION()
1189 len = class_name_len; in ZEND_FUNCTION()
1200 if (zend_lookup_class(class_name, class_name_len, &ce TSRMLS_CC) == SUCCESS) { in ZEND_FUNCTION()
1298 int class_name_len, alias_name_len; in ZEND_FUNCTION() local
1303 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|b", &class_name, &class_name_len, &alias_… in ZEND_FUNCTION()
1308 lc_name = do_alloca(class_name_len + 1, use_heap); in ZEND_FUNCTION()
1309 zend_str_tolower_copy(lc_name, class_name, class_name_len); in ZEND_FUNCTION()
1311 found = zend_hash_find(EG(class_table), lc_name, class_name_len+1, (void **) &ce); in ZEND_FUNCTION()
1314 found = zend_lookup_class(class_name, class_name_len, &ce TSRMLS_CC); in ZEND_FUNCTION()
2000 zend_uint class_name_len; in ZEND_FUNCTION() local
2003 dup = zend_get_object_classname(ptr->object, &class_name, &class_name_len TSRMLS_CC); in ZEND_FUNCTION()
2182 zend_uint class_name_len; in zend_fetch_debug_backtrace() local
2185 dup = zend_get_object_classname(ptr->object, &class_name, &class_name_len TSRMLS_CC); in zend_fetch_debug_backtrace()