ZEND_CALLSTATIC_FUNC_NAME 2009 Zend/zend_API.c 	} else if (name_len == sizeof(ZEND_CALLSTATIC_FUNC_NAME) - 1 &&
ZEND_CALLSTATIC_FUNC_NAME 2010 Zend/zend_API.c 		!memcmp(lcname, ZEND_CALLSTATIC_FUNC_NAME, sizeof(ZEND_CALLSTATIC_FUNC_NAME)-1)
ZEND_CALLSTATIC_FUNC_NAME 2013 Zend/zend_API.c 			zend_error(error_type, "Method %s::%s() must take exactly 2 arguments", ce->name, ZEND_CALLSTATIC_FUNC_NAME);
ZEND_CALLSTATIC_FUNC_NAME 2015 Zend/zend_API.c 			zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ce->name, ZEND_CALLSTATIC_FUNC_NAME);
ZEND_CALLSTATIC_FUNC_NAME 2174 Zend/zend_API.c 			} else if ((fname_len == sizeof(ZEND_CALLSTATIC_FUNC_NAME)-1) && !memcmp(lowercase_name, ZEND_CALLSTATIC_FUNC_NAME, sizeof(ZEND_CALLSTATIC_FUNC_NAME) - 1)) {
ZEND_CALLSTATIC_FUNC_NAME 1604 Zend/zend_compile.c 			} else if ((name_len == sizeof(ZEND_CALLSTATIC_FUNC_NAME)-1) && (!memcmp(lcname, ZEND_CALLSTATIC_FUNC_NAME, sizeof(ZEND_CALLSTATIC_FUNC_NAME)-1))) {
ZEND_CALLSTATIC_FUNC_NAME 1663 Zend/zend_compile.c 			} else if ((name_len == sizeof(ZEND_CALLSTATIC_FUNC_NAME)-1) && (!memcmp(lcname, ZEND_CALLSTATIC_FUNC_NAME, sizeof(ZEND_CALLSTATIC_FUNC_NAME)-1))) {
ZEND_CALLSTATIC_FUNC_NAME 4000 Zend/zend_compile.c 	} else if (!strncmp(mname, ZEND_CALLSTATIC_FUNC_NAME, mname_len)) {
ZEND_CALLSTATIC_FUNC_NAME 1133 Zend/zend_object_handlers.c 		zend_error_noreturn(E_ERROR, "Cannot get arguments for " ZEND_CALLSTATIC_FUNC_NAME);
ZEND_CALLSTATIC_FUNC_NAME 1145 Zend/zend_object_handlers.c 	zend_call_method_with_2_params(NULL, ce, &ce->__callstatic, ZEND_CALLSTATIC_FUNC_NAME, &method_result_ptr, method_name_ptr, method_args_ptr);